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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2847273002: Reverse postscript flag direction (Closed)
Patch Set: Created 3 years, 8 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/printing/print_view_manager_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/printing/print_view_manager_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698