From 949d648594f441dbb7e9c600d7925fba7e882ff9 Mon Sep 17 00:00:00 2001 From: Roman Kuznetsov Date: Thu, 17 Sep 2020 22:08:58 +0200 Subject: 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 --- sc/inc/globstr.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc') 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") -- cgit