[Libreoffice-commits] .: sc/source
Stefan Knorr
astron at kemper.freedesktop.org
Mon Jan 30 01:01:21 PST 2012
sc/source/ui/src/globstr.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e70541dc4627d63f294837f3eefc1cc25398b703
Author: Albert Thuswaldner <albert.thuswaldner at gmail.com>
Date: Mon Jan 30 09:59:40 2012 +0100
Updated error message for Invalid sheet name
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index a5a1e6a..18e924b 100644
--- a/sc/source/ui/src/globstr.src
+++ b/sc/source/ui/src/globstr.src
@@ -687,7 +687,7 @@ Resource RID_GLOBSTR
};
String STR_INVALIDTABNAME
{
- Text [ en-US ] = "Invalid sheet name." ;
+ Text [ en-US ] = "Invalid sheet name.\nThe sheet name must not be a duplicate of an existing name \nand may not contain the characters [ ] * ? / \\" ;
};
String STR_SCENARIO
{
More information about the Libreoffice-commits
mailing list