summaryrefslogtreecommitdiffstats
path: root/chrome/app/generated_resources.grd
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-25 00:53:58 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-07-25 00:53:58 +0000
commit511ebb94c4cdb6c8ef345945ae12d232d51cb901 (patch)
treec1186ac64b5409159f6b905621e1354fa6cf37cb /chrome/app/generated_resources.grd
parent0ee508a026ccca02c64da906773a0ebc88048f6c (diff)
downloadchromium_src-511ebb94c4cdb6c8ef345945ae12d232d51cb901.zip
chromium_src-511ebb94c4cdb6c8ef345945ae12d232d51cb901.tar.gz
chromium_src-511ebb94c4cdb6c8ef345945ae12d232d51cb901.tar.bz2
Make some default file dialog titles for linux.
Seems Windows only lets you set some text inside the dialog above the tree view, and not in the titlebar. BUG=16890 TEST=should be obvious Review URL: http://codereview.chromium.org/159326 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21600 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/generated_resources.grd')
-rw-r--r--chrome/app/generated_resources.grd16
1 files changed, 15 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 4e03557..1c35f17 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3193,9 +3193,12 @@ each locale. -->
<message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_BUTTON" desc="The label of the 'Browse...' button">
Br&amp;owse...
</message>
- <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE" desc="In the 'Browse For Folder' dialog, this is the text that appears above the directory selector.">
+ <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_TITLE" desc="In the 'Browse For Folder' dialog on Windows, this is the text that appears above the directory selector.">
Download location:
</message>
+ <message name="IDS_OPTIONS_DOWNLOADLOCATION_BROWSE_WINDOW_TITLE" desc="In the 'Browse For Folder' dialog on Linux, this is the text that appears in the window's title bar.">
+ Download Location
+ </message>
<message name="IDS_OPTIONS_DOWNLOADLOCATION_ASKFORSAVELOCATION" desc="The 'Ask for save location before downloading' checkbox label">
Ask where to save each file before downloading
</message>
@@ -4231,6 +4234,17 @@ each locale. -->
</message> <!-- os == 'darwin' -->
</if>
+ <!-- File chooser dialog default titles (only used on Linux) -->
+ <message name="IDS_SAVE_AS_DIALOG_TITLE" desc="The default title for the Save As file chooser dialog.">
+ Save File
+ </message>
+ <message name="IDS_OPEN_FILE_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (single file).">
+ Open File
+ </message>
+ <message name="IDS_OPEN_FILES_DIALOG_TITLE" desc="The default title for the Open File file chooser dialog (multiple files).">
+ Open Files
+ </message>
+
</messages>
</release>
</grit>