| Index: chrome/app/chromeos_strings.grdp
|
| diff --git a/chrome/app/chromeos_strings.grdp b/chrome/app/chromeos_strings.grdp
|
| index dcdea7394114bd0546fd09b150c3c485d437413e..4aba95f109f54dec64d6726158f2fc932bfd7f41 100644
|
| --- a/chrome/app/chromeos_strings.grdp
|
| +++ b/chrome/app/chromeos_strings.grdp
|
| @@ -442,8 +442,17 @@ Press any key to continue exploring.
|
| <message name="IDS_FILE_BROWSER_CUT_BUTTON_LABEL" desc="Button Label.">
|
| Cut
|
| </message>
|
| - <message name="IDS_FILE_BROWSER_OPEN_WITH_BUTTON_LABEL" desc="Menu item label, showing dialog to choose application to open selected files.">
|
| - Open with...
|
| + <message name="IDS_FILE_BROWSER_MORE_ACTIONS_BUTTON_LABEL" desc="Menu item label, showing dialog to choose extension to open selected files or directories.">
|
| + More actions...
|
| + </message>
|
| + <message name="IDS_FILE_BROWSER_OPEN_WITH_VERB_BUTTON_LABEL" desc="Verb that describe the action of opening one or more files or directories with the given extension.">
|
| + Open with <ph name="EXTENSION_NAME">$1<ex>Gallery</ex></ph>
|
| + </message>
|
| + <message name="IDS_FILE_BROWSER_ADD_TO_VERB_BUTTON_LABEL" desc="Verb that describes the uploading or addition of one or multiple files or directories to the given extension.">
|
| + Add to <ph name="EXTENSION_NAME">$1<ex>Evernote</ex></ph>
|
| + </message>
|
| + <message name="IDS_FILE_BROWSER_PACK_WITH_VERB_BUTTON_LABEL" desc="Verb that describes the packing or archiving of one or multiple files or directories with the given extension.">
|
| + Pack with <ph name="EXTENSION_NAME">$1<ex>ZIP</ex></ph>
|
| </message>
|
| <message name="IDS_FILE_BROWSER_ZIP_SELECTION_BUTTON_LABEL" desc="Menu item label, showing dialog to create zip file for selected files.">
|
| Zip selection
|
|
|