diff options
author | Roman Kuznetsov <antilibreoffice@gmail.com> | 2020-09-17 22:08:58 +0200 |
---|---|---|
committer | Roman Kuznetsov <antilibreoffice@gmail.com> | 2020-09-26 17:26:52 +0200 |
commit | 949d648594f441dbb7e9c600d7925fba7e882ff9 (patch) | |
tree | a4ca96274543be971d0e47f082e65c5ebd1d1442 /sc/inc | |
parent | 07d6371f1dc5deef461581ad73c4af5c9f5b9821 (diff) |
tdf#112279 Change the error message to more clear
Change-Id: Ib166e66b9a9cbf5cd29811dc1d0715a45ee920b6
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102934
Tested-by: Jenkins
Reviewed-by: Roman Kuznetsov <antilibreoffice@gmail.com>
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/globstr.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc index 063d51a3d2ec..a325e4087555 100644 --- a/sc/inc/globstr.hrc +++ b/sc/inc/globstr.hrc @@ -430,7 +430,7 @@ #define STR_MULTI_SELECT NC_("STR_MULTI_SELECT", "(multiple)") #define STR_GLOBAL_SCOPE NC_("STR_GLOBAL_SCOPE", "Document (Global)") #define STR_ERR_NAME_EXISTS NC_("STR_ERR_NAME_EXISTS", "Invalid name. Already in use for the selected scope.") -#define STR_ERR_NAME_INVALID NC_("STR_ERR_NAME_INVALID", "Invalid name. Only use letters, numbers and underscore.") +#define STR_ERR_NAME_INVALID NC_("STR_ERR_NAME_INVALID", "Invalid name. Start with a letter, use only letters, numbers and underscore.") #define STR_UNSAVED_EXT_REF NC_("STR_UNSAVED_EXT_REF", "This Document contains external references to unsaved documents.\n\nDo you want to continue?") #define STR_CLOSE_WITH_UNSAVED_REFS NC_("STR_CLOSE_WITH_UNSAVED_REFS", "This Document is referenced by another document and not yet saved. Closing it without saving will result in data loss.") #define STR_COND_CONDITION NC_("STR_COND_CONDITION", "Cell value") |