Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 80d4e57899856bfc668f41b4d9fd7ca536c64036..eabf7a1af1f86d8c6a65f6ff955e51d3509d37f4 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -3624,6 +3624,9 @@ From <ph name="DOWNLOAD_DOMAIN">$3<ex>example.com</ex></ph> |
| <message name="IDS_UTILITY_PROCESS_EMF_CONVERTOR_NAME" desc="The name of the utility process used for converting PDFs to EMFs."> |
| EMF Convertor |
| </message> |
| + <message name="IDS_UTILITY_PROCESS_PS_CONVERTOR_NAME" desc="The name of the utility process used for converting PDFs to PostScript."> |
| + PostScript 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 |
| </message> |
| @@ -15584,6 +15587,16 @@ read aloud to screenreader users to announce that a completion is available."> |
| Show the native Android UI for browsing history. |
| </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. |
|
dsinclair
2017/01/17 17:10:00
Should PostScript have casing and EMF be upper cas
|
| + </message> |
| + </if> |
| + |
| </messages> |
| </release> |
| </grit> |