summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2017-09-04 13:35:57 +0200
committerEike Rathke <erack@redhat.com>2017-09-04 13:36:29 +0200
commit62c6e17fc03ae54cf3f6b667cf8ba205b92996a5 (patch)
treed0cd90145b8cbbee8d11b2cf0f53eb3ca29e8e55
parentf2cffa12672175e69924746c341bbfd93dcce509 (diff)
Apostrophe ' is invalid as first or last character in sheet name, tdf#103027
So hint in dialog. Change-Id: I04c85c9fc8d89ecc1be4d8d7fddc58672314d2dc
-rw-r--r--sc/inc/globstr.hrc2
1 files changed, 1 insertions, 1 deletions
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.