[Libreoffice-commits] core.git: sc/inc
Roman Kuznetsov (via logerrit)
logerrit at kemper.freedesktop.org
Sat Sep 26 15:27:41 UTC 2020
sc/inc/globstr.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 949d648594f441dbb7e9c600d7925fba7e882ff9
Author: Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Thu Sep 17 22:08:58 2020 +0200
Commit: Roman Kuznetsov <antilibreoffice at gmail.com>
CommitDate: Sat Sep 26 17:26:52 2020 +0200
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 at gmail.com>
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")
More information about the Libreoffice-commits
mailing list