[Libreoffice-commits] core.git: sc/inc
Seth Chaiklin (via logerrit)
logerrit at kemper.freedesktop.org
Mon Dec 14 09:30:47 UTC 2020
sc/inc/globstr.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 64f1445cdb5ac66eef161e1e333cc9d2e2bcb6e4
Author: Seth Chaiklin <sdc.blanco at youmail.dk>
AuthorDate: Tue Dec 8 16:33:09 2020 +0100
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon Dec 14 10:30:11 2020 +0100
tdf#138662 improve dialog box feedback for invalid Calc sheet names
Change-Id: I4851f76c1868c71b8c3fb527a5bfd85ce5cf8fec
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107382
Tested-by: Jenkins
Reviewed-by: Seth Chaiklin <sdc.blanco at youmail.dk>
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index 93972e0a1044..4e0eb49d6f63 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -181,7 +181,7 @@
#define STR_ERR_NEWSCENARIO NC_("STR_ERR_NEWSCENARIO", "The scenario ranges must be selected in order to be able to create a new scenario.")
#define STR_NOAREASELECTED NC_("STR_NOAREASELECTED", "A range has not been selected.")
#define STR_NEWTABNAMENOTUNIQUE NC_("STR_NEWTABNAMENOTUNIQUE", "This name already exists.")
-#define STR_INVALIDTABNAME NC_("STR_INVALIDTABNAME", "Invalid sheet name.\nThe sheet name must not be empty or a duplicate of \nan existing name and may not contain the characters [ ] * ? : / \\ \nor the character ' (apostrophe) as first or last character.")
+#define STR_INVALIDTABNAME NC_("STR_INVALIDTABNAME", "Invalid sheet name.\n\nThe sheet name must not:\n• be empty\n• already exist\n• contain [ ] * ? : / \\ \n• use ' (apostrophe) as first or last character.")
#define STR_SCENARIO NC_("STR_SCENARIO", "Scenario")
#define STR_PIVOT_TABLE NC_("STR_PIVOT_TABLE", "Pivot Table")
// Text strings for captions of subtotal functions.
More information about the Libreoffice-commits
mailing list