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

Unified Diff: chrome/app/generated_resources.grd

Issue 2633573002: Add Postscript Printing (Closed)
Patch Set: Fix clang compile error Created 3 years, 11 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
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/utility/printing_handler.cc » ('J')
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 41c1e21cafda47bc9a71dc9fefc0649442a89dcb..c50fdd58f617d27df1afe7cf744b1dca9099ec5a 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3616,8 +3616,8 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph>
</message>
</if>
<if expr="is_win">
- <message name="IDS_UTILITY_PROCESS_EMF_CONVERTOR_NAME" desc="The name of the utility process used for converting PDFs to EMFs.">
- EMF Convertor
+ <message name="IDS_UTILITY_PROCESS_PDF_CONVERTOR_NAME" desc="The name of the utility process used for converting PDFs to a different format.">
+ PDF Convertor
</message>
<message name="IDS_UTILITY_PROCESS_FILE_DIALOG_NAME" desc="The name of the utility process used for handling a file open/save dialog.">
File Open/Save Dialog
@@ -15640,6 +15640,16 @@ read aloud to screenreader users to announce that a completion is available.">
</message>
</if>
</if>
+
+ <if expr="is_win">
+ <message name="IDS_FLAGS_POSTSCRIPT_PRINTING" desc="Name of the flag that enables postscript printing.">
+ PostScript Printing
+ </message>
+ <message name="IDS_FLAGS_POSTSCRIPT_PRINTING_DESCRIPTION" desc="Description of the flag that enables postscript printing.">
+ Enable postscript generation in place of emf generation when printing to postscript capable printers.
+ </message>
+ </if>
+
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | chrome/browser/about_flags.cc » ('j') | chrome/utility/printing_handler.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698