[Libreoffice-commits] core.git: sc/inc
Eike Rathke
erack at redhat.com
Mon Sep 4 11:36:53 UTC 2017
sc/inc/globstr.hrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 62c6e17fc03ae54cf3f6b667cf8ba205b92996a5
Author: Eike Rathke <erack at redhat.com>
Date: Mon Sep 4 13:35:57 2017 +0200
Apostrophe ' is invalid as first or last character in sheet name, tdf#103027
So hint in dialog.
Change-Id: I04c85c9fc8d89ecc1be4d8d7fddc58672314d2dc
diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index 21eb86eb9cc3..644ecae7afe2 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -174,7 +174,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 a duplicate of an existing name \nand may not contain the characters [ ] * ? : / \\")
+#define STR_INVALIDTABNAME NC_("STR_INVALIDTABNAME", "Invalid sheet name.\nThe sheet name must not be a duplicate of an existing name \nand may not contain the characters [ ] * ? : / \\ \nor the character ' (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