Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2989)

Unified Diff: chrome/app/generated_resources.grd

Issue 9328041: [filebrowser] In Gallery, do not allow file names starting with dot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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?
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_file_browser_private_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698