summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Timofeev <timofeev.i.s@gmail.com>2012-01-31 12:42:08 +0400
committerIvan Timofeev <timofeev.i.s@gmail.com>2012-01-31 12:43:22 +0400
commit0a9d8c07ddf054930e1b000cc3c972a3d217d71c (patch)
tree992ae0833b0a72618ee42611a54d6648e651a523
parent3af05d9da637c232a28ac7c5aa396c95118eee3b (diff)
':' is not allowed in sheet names as well
-rw-r--r--sc/source/ui/src/globstr.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/globstr.src b/sc/source/ui/src/globstr.src
index 18e924be84cc..2e852ec2a353 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
{