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

Unified Diff: tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py

Issue 2532483003: Replace the term 'poor man' with another phrase (gender-neutral fixit). (Closed)
Patch Set: Respond to review comments. Created 4 years, 1 month 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 | « third_party/WebKit/Source/core/frame/SmartClip.h ('k') | ui/gfx/x/x11_error_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
diff --git a/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py b/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
index 5917fb447ea5df569b1dc6c62537bcff79798f79..37f51d2f74c8cefc8d6cd50acc680fe9027ea612 100755
--- a/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
+++ b/tools/grit/grit/format/policy_templates/writers/xml_formatted_writer.py
@@ -67,8 +67,8 @@ class XMLFormattedWriter(template_writer.TemplateWriter):
# This is problematic both for the OSX Workgroup Manager (plist files) and
# the Windows Group Policy Editor (admx files). What they need instead:
# <string>value of string</string>
- # So we use the poor man's pretty printer here. It assumes that there are
- # no mixed-content nodes.
+ # So we use a hacky pretty printer here. It assumes that there are no
+ # mixed-content nodes.
# Get all the XML content in a one-line string.
xml = doc.toxml(**kwargs)
# Determine where the line breaks will be. (They will only be between tags.)
« no previous file with comments | « third_party/WebKit/Source/core/frame/SmartClip.h ('k') | ui/gfx/x/x11_error_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698