From d3bc1970fa9bd7acf7a6d0a2e1dba756cfc70e86 Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Fri, 18 Oct 2024 16:46:32 +0400 Subject: make quotes warning clearer for conditional format dialog Change-Id: I70fcc98962c46be32352fad72d5717fa685b881e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175133 Tested-by: Jenkins CollaboraOffice Reviewed-by: Andras Timar --- sc/inc/globstr.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc') 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") -- cgit