Updated error message for Invalid sheet name
This commit is contained in:
parent
0b6486772c
commit
e70541dc46
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue