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

Unified Diff: chrome/app/generated_resources.grd

Issue 18627002: Change dialog texts for folder upload to explicitly indicate it's for 'Uploading' (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added comments Created 7 years, 5 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 80c8e87c74810755ef91fc40d91be62d03725087..845d4f3532f3668e87048edd2b2ad4aaf5e48652 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -13130,6 +13130,9 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_FILE_BROWSER_OK_LABEL" desc="OK label.">
OK
</message>
+ <message name="IDS_FILE_BROWSER_UPLOAD_LABEL" desc="Upload label.">
+ Upload
+ </message>
<message name="IDS_FILE_BROWSER_SEARCH_TEXT_LABEL" desc="Search text field label.">
Search
</message>
@@ -13164,6 +13167,9 @@ Some features may be unavailable. Please check that the profile exists and you
<message name="IDS_FILE_BROWSER_SELECT_FOLDER_TITLE" desc="Select folder title.">
Select a folder to open
</message>
+ <message name="IDS_FILE_BROWSER_SELECT_UPLOAD_FOLDER_TITLE" desc="Select folder title for upload.">
+ Select a folder to upload
+ </message>
<message name="IDS_FILE_BROWSER_SELECT_OPEN_FILE_TITLE" desc="Select open file title.">
Select a file to open
</message>

Powered by Google App Engine
This is Rietveld 408576698