Kaydet (Commit) c276ca28 authored tarafından Markus Mohrhard's avatar Markus Mohrhard Kaydeden (comit) Markus Mohrhard

let it sound a bit less dramatic, related tdf#42897

Change-Id: Ie387f8e12efb1624ff56d7e25afd27deb0f1135b
üst fd28dea5
......@@ -299,7 +299,7 @@ IMPL_LINK(ScConditionFrmtEntry, OnEdChanged, Edit*, pEdit)
( ( op == ocBad ) && ( t == formula::svString ) )
)
{
pEdit->SetControlBackground(COL_LIGHTRED);
pEdit->SetControlBackground(COL_YELLOW);
maFtVal.SetText(ScGlobal::GetRscString(STR_UNQUOTED_STRING));
return 0;
}
......
......@@ -2083,7 +2083,7 @@ Resource RID_GLOBSTR
};
String STR_UNQUOTED_STRING
{
Text [ en-US ] = "Strings must be quoted, otherwise they might be interpreted as an address or col/row name!";
Text [ en-US ] = "Strings without quotes are interpreted as column/row labels.";
};
String STR_ENTER_VALUE
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment