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

Unified Diff: components/components_strings.grd

Issue 2112653003: grit: Automatically replace ... with … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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
Index: components/components_strings.grd
diff --git a/components/components_strings.grd b/components/components_strings.grd
index 10d7e7c0462ffe1d7755794b6c50f5e4867cbcb7..d426e24e54042f21abff6f614db2b24c22344803 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -232,13 +232,13 @@
</message>
<if expr="not is_android">
<if expr="not use_titlecase">
- <message name="IDS_PRINT" desc="The text label of the Print... menu item. Opens a dialog box to select print settings">
- &amp;Print...
+ <message name="IDS_PRINT" desc="The text label of the Print&#8230; menu item. Opens a dialog box to select print settings">
+ &amp;Print&#8230;
</message>
</if>
<if expr="use_titlecase">
- <message name="IDS_PRINT" desc="In Title Case: The text label of the Print... menu item. Opens a dialog box to select print settings">
- &amp;Print...
+ <message name="IDS_PRINT" desc="In Title Case: The text label of the Print&#8230; menu item. Opens a dialog box to select print settings">
+ &amp;Print&#8230;
</message>
</if>
</if>

Powered by Google App Engine
This is Rietveld 408576698