| Index: chrome/app/generated_resources.grd
|
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
|
| index 2ceed933c70347e6b5ebbe21f29dce2fc66ae5cf..13612af46b5173ff4cbb9152ea1a3d2404a44ea0 100644
|
| --- a/chrome/app/generated_resources.grd
|
| +++ b/chrome/app/generated_resources.grd
|
| @@ -3634,8 +3634,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
|
| @@ -15669,6 +15669,15 @@ read aloud to screenreader users to announce that a completion is available.">
|
| If enabled, Chrome will draw the titlebar and caption buttons instead of deferring to Windows.
|
| </message>
|
| </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>
|
|
|