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

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: Harmonize the strings a bit better. Created 6 years, 2 months 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 7c45527ee719f473be625ec923fbf15f4ee99dcd..a71f7c103834e427c373c3afde36739dfe127fe7 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1993,6 +1993,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
@@ -2053,6 +2057,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
@@ -2084,7 +2092,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>

Powered by Google App Engine
This is Rietveld 408576698