sc/source/ui/src/globstr.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 0a9d8c07ddf054930e1b000cc3c972a3d217d71c
Author: Ivan Timofeev <timofeev....@gmail.com>
Date:   Tue Jan 31 12:42:08 2012 +0400

    ':' is not allowed in sheet names as well

diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 18e924b..2e852ec 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.\nThe sheet name must not be a 
duplicate of an existing name \nand may not contain the characters [ ] * ? / 
\\" ;
+        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
     {
_______________________________________________
Libreoffice-commits mailing list
Libreoffice-commits@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to