Chromium Code Reviews| Index: chrome/browser/flag_descriptions.cc |
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc |
| index 6127251646572b93a8d26b29bf6dfc34200a833f..12f6fbda95020861153bc4b41af9dee728c77e3e 100644 |
| --- a/chrome/browser/flag_descriptions.cc |
| +++ b/chrome/browser/flag_descriptions.cc |
| @@ -2729,11 +2729,11 @@ const char kWindows10CustomTitlebarDescription[] = |
| #if defined(OS_WIN) |
| -const char kPostscriptPrinting[] = "PostScript Printing"; |
| +const char kDisablePostscriptPrinting[] = "Disable PostScript Printing"; |
| -const char kPostscriptPrintingDescription[] = |
| - "Enable postscript generation in place of emf generation when printing " |
| - "to postscript capable printers."; |
| +const char kDisablePostscriptPrintingDescription[] = |
| + "Disables postscript generation when printing to postscript capable " |
|
Lei Zhang
2017/04/28 20:54:08
This message is shown to users, so PostScript, and
rbpotter
2017/04/28 21:32:05
Done.
|
| + "printers, and uses emf generation in its place."; |
| #endif // defined(OS_WIN) |