Index: chrome/app/generated_resources.grd |
=================================================================== |
--- chrome/app/generated_resources.grd (revision 120559) |
+++ chrome/app/generated_resources.grd (working copy) |
@@ -9986,6 +9986,9 @@ |
<message name="IDS_FILE_BROWSER_GALLERY_FILE_EXISTS" desc="In the Gallery, the message informing that file already exists when attempting to rename."> |
File already exists |
</message> |
+ <message name="IDS_FILE_BROWSER_GALLERY_FILE_STARTS_WITH_DOT" desc="In the Gallery, the message informing that file name cannot start with dot."> |
Vladislav Kaznacheev
2012/02/06 13:16:27
I would expect we need the same check and the same
dgozman
2012/02/06 13:22:54
You are right, there is an equal string. However,
|
+ Sorry, you can't begin a file name with a dot. Please choose another name. |
+ </message> |
<message name="IDS_FILE_BROWSER_CONFIRM_OVERWRITE_FILE" desc="Asks the user if they are sure they want to overwrite an existing file with another one."> |
A file named "$1" already exists. Do you want to replace it? |