| Index: ui/base/strings/ui_strings.grd
|
| diff --git a/ui/base/strings/ui_strings.grd b/ui/base/strings/ui_strings.grd
|
| index 203d936b6f2dd0d5062806b08789ae1c6c6b2d3c..0e06ca5ae241da95905299de3196e1e04521eb70 100644
|
| --- a/ui/base/strings/ui_strings.grd
|
| +++ b/ui/base/strings/ui_strings.grd
|
| @@ -221,11 +221,17 @@ need to be translated for each locale.-->
|
| <message name="IDS_APP_SAVEAS_EXTENSION_FORMAT" desc="Save As dialog box extension format text">
|
| <ph name="SAVEAS_EXTENSION_TYPE">$1<ex>EXE</ex></ph> File (.<ph name="SAVEAS_EXTENSION_NAME">$2<ex>exe</ex></ph>)
|
| </message>
|
| + <message name="IDS_SELECT_UPLOAD_FOLDER_DIALOG_TITLE" desc="The default title for the Select Upload Folder dialog.">
|
| + Select Folder to Upload
|
| + </message>
|
|
|
| <if expr="is_macosx">
|
| <message name="IDS_SELECT_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog.">
|
| Select
|
| </message>
|
| + <message name="IDS_SELECT_UPLOAD_FOLDER_BUTTON_TITLE" desc="The name of the Select button in the folder selection dialog for uploading.">
|
| + Upload
|
| + </message>
|
| </if>
|
|
|
| <!-- File chooser dialog default titles (only used on Linux) -->
|
| @@ -244,6 +250,9 @@ need to be translated for each locale.-->
|
| <message name="IDS_SAVEAS_ALL_FILES" desc="Save As dialog box default text">
|
| All Files
|
| </message>
|
| + <message name="IDS_SELECT_UPLOAD_FOLDER_DIALOG_UPLOAD_BUTTON" desc="Button label text for Upload Folder dialog">
|
| + Upload
|
| + </message>
|
|
|
| <!--Accessible name/action strings-->
|
| <message name="IDS_APP_ACCACTION_PRESS" desc="The accessible default action for a button.">
|
|
|