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

Unified Diff: chrome/app/generated_resources.grd

Issue 665163005: Add option to open PDFs in system viewer to OS X and Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and add a TEST to the description. Created 6 years, 1 month 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
« no previous file with comments | « no previous file | chrome/browser/download/chrome_download_manager_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0887e8bbea917a8f430ed2f826010831936887c6..6ea02c43c861b325c9822fc00c74cabb1846ee4c 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -2008,6 +2008,10 @@ Even if you have downloaded files from this website before, the website might ha
desc="Download context menu: Open the download using the default handler for the platform.">
Open with system viewer
</message>
+ <message name="IDS_DOWNLOAD_MENU_PLATFORM_OPEN_ALWAYS"
+ desc="Download context menu: Always open the download using the default handler for the platform.">
+ Always open with system viewer
+ </message>
<message name="IDS_DOWNLOAD_MENU_CANCEL"
desc="Download context menu: Cancel">
&amp;Cancel
@@ -2068,6 +2072,10 @@ Even if you have downloaded files from this website before, the website might ha
desc="In Title Case: Download context menu: Open the download using the default handler for the platform.">
Open With System Viewer
</message>
+ <message name="IDS_DOWNLOAD_MENU_PLATFORM_OPEN_ALWAYS"
+ desc="In Title Case: Download context menu: Always open the download using the default handler for the platform.">
+ Always Open With System Viewer
+ </message>
<message name="IDS_DOWNLOAD_MENU_CANCEL"
desc="In Title Case: Download context menu: Cancel">
&amp;Cancel
@@ -2099,7 +2107,7 @@ Even if you have downloaded files from this website before, the website might ha
</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">
+ desc="Download context menu: Always open PDFs using Adobe Reader">
Always open in Adobe Reader
</message>
</if>
« no previous file with comments | « no previous file | chrome/browser/download/chrome_download_manager_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698