| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index d081c827fd272703e2b8b33548c7abe987485e13..23c76e0ee0aa239696591bd7c0c8ccc1252421a0 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -1960,20 +1960,11 @@ Even if you have downloaded files from this website before, the website might ha
|
| <!-- Download Context Menu Items -->
|
| <if expr="not is_android">
|
| <if expr="not use_titlecase">
|
| - <if expr="is_macosx">
|
| - <message name="IDS_DOWNLOAD_MENU_SHOW"
|
| - desc="Mac: Show the file in the Finder, 'Show in Finder' item"
|
| - meaning="'show in Finder' on Mac in Sentence case">
|
| - &Show in Finder
|
| - </message>
|
| - </if>
|
| - <if expr="not is_macosx">
|
| - <message name="IDS_DOWNLOAD_MENU_SHOW"
|
| - desc="Show the file in file explorer, 'Show in folder' item"
|
| - meaning="'show in folder' on non Mac in Sentence case">
|
| + <message name="IDS_DOWNLOAD_MENU_SHOW"
|
| + desc="Show the file in file explorer, 'Show in folder' item"
|
| + meaning="'show in folder' on non Mac in Sentence case">
|
| &Show in folder
|
| - </message>
|
| - </if>
|
| + </message>
|
| <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE"
|
| desc="Download context menu: Open when download is finished">
|
| Open when &done
|
| @@ -2018,22 +2009,13 @@ Even if you have downloaded files from this website before, the website might ha
|
| desc="Download context menu: Show information about interrupted downloads">
|
| &More information
|
| </message>
|
| - </if>
|
| + </if> <!-- not use_titlecase -->
|
| <if expr="use_titlecase">
|
| - <if expr="is_macosx">
|
| - <message name="IDS_DOWNLOAD_MENU_SHOW"
|
| - desc="In Title Case: Mac: Show the file in the Finder, 'Show in Finder' item"
|
| - meaning="'show in Finder' on Mac in Title Case">
|
| - &Show in Finder
|
| - </message>
|
| - </if>
|
| - <if expr="not is_macosx">
|
| - <message name="IDS_DOWNLOAD_MENU_SHOW"
|
| - desc="In Title Case: Show the file in file explorer, 'Show in folder' item"
|
| - meaning="'show in folder' on non Mac in Title Case">
|
| - &Show in Folder
|
| - </message>
|
| - </if>
|
| + <message name="IDS_DOWNLOAD_MENU_SHOW"
|
| + desc="In Title Case: Mac: Show the file in the Finder, 'Show in Finder' item"
|
| + meaning="'show in Finder' on Mac in Title Case">
|
| + &Show in Finder
|
| + </message>
|
| <message name="IDS_DOWNLOAD_MENU_OPEN_WHEN_COMPLETE"
|
| desc="In Title Case: Download context menu: Open when download is finished">
|
| Open When &Done
|
| @@ -2078,6 +2060,12 @@ Even if you have downloaded files from this website before, the website might ha
|
| desc="In Title Case: Download context menu: Show information about interrupted downloads">
|
| &More Information
|
| </message>
|
| + </if> <!-- not use_titlecase -->
|
| + <if expr="is_win">
|
| + <message name="IDS_DOWNLOAD_MENU_ALWAYS_OPEN_PDF_IN_READER"
|
| + desc="Download context menu: Open when download using Adobe Reader">
|
| + Always open in Adobe Reader
|
| + </message>
|
| </if>
|
| </if>
|
|
|
|
|