| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index e3e4ea772ab7a63d037fdbcd883f6a4cab6de9d2..f9d585e79080305affcee35a9cee9477f8e8f7c5 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -2723,11 +2723,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 "
|
| + "printers, and uses EMF generation in its place.";
|
|
|
| #endif // defined(OS_WIN)
|
|
|
|
|