sc/inc/globstr.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 71c76fb2f14d3020c3137748d27967007f15de94 Author: Pranam Lashkari <lpra...@collabora.com> AuthorDate: Fri Oct 18 16:46:32 2024 +0400 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Fri Oct 18 15:42:49 2024 +0200 make quotes warning clearer for conditional format dialog Change-Id: I70fcc98962c46be32352fad72d5717fa685b881e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175133 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Andras Timar <andras.ti...@collabora.com> diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index b9993ce2896a..1f4b6947deda 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -527,7 +527,7 @@ #define STR_UNDO_CONDFORMAT NC_("STR_UNDO_CONDFORMAT", "Conditional Format") #define STR_UNDO_CONDFORMAT_LIST NC_("STR_UNDO_CONDFORMAT_LIST", "Conditional Formats") #define STR_UNDO_FORMULA_TO_VALUE NC_("STR_UNDO_FORMULA_TO_VALUE", "Convert Formula To Value") -#define STR_UNQUOTED_STRING NC_("STR_UNQUOTED_STRING", "Strings without quotes are interpreted as defined names or references or column/row labels.") +#define STR_UNQUOTED_STRING NC_("STR_UNQUOTED_STRING", "Strings without double quotes are interpreted as defined names or references or column/row labels.") #define STR_ENTER_VALUE NC_("STR_ENTER_VALUE", "Enter a value!") #define STR_TABLE_COUNT NC_("STR_TABLE_COUNT", "Sheet %1 of %2") #define STR_FUNCTIONS_FOUND NC_("STR_FUNCTIONS_FOUND", "%1 and %2 more")