sc/inc/globstr.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 071fc970cd1deb326a30b667bd26c843890d97ad Author: Eike Rathke <[email protected]> AuthorDate: Fri Sep 2 14:09:07 2022 +0200 Commit: Eike Rathke <[email protected]> CommitDate: Fri Sep 2 16:28:31 2022 +0200 Related: tdf#150271 Adjust unquoted string message to reality Change-Id: I9aa6a6420c0ab2b93331046845015c5cde7cfc90 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139260 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Jenkins diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 2ca9a3c9ad49..edabc014d7bf 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -512,7 +512,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 column/row labels.") +#define STR_UNQUOTED_STRING NC_("STR_UNQUOTED_STRING", "Strings without 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")
