[Libreoffice-commits] core.git: sc/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Sat Dec 8 15:44:12 UTC 2018


 sc/inc/globstr.hrc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 06fae15c8c7aac7a6d50f1f3cf635f6ae3355bda
Author:     Roman Kuznetsov <antilibreoffice at gmail.com>
AuthorDate: Fri Dec 7 22:25:31 2018 +0100
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Sat Dec 8 16:43:52 2018 +0100

    tdf#112236 Enhance error message when renaming a sheet to blank
    
    Change-Id: Icd7ac2d10e9d28d563f964cb144bbe94027617c1
    Reviewed-on: https://gerrit.libreoffice.org/64788
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/inc/globstr.hrc b/sc/inc/globstr.hrc
index aba2cceea750..f056351f7e09 100644
--- a/sc/inc/globstr.hrc
+++ b/sc/inc/globstr.hrc
@@ -182,7 +182,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 [ ] * ? : / \\ \nor the character ' (apostrophe) as first or last character.")
+#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_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