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

Unified Diff: components/translate_strings.grdp

Issue 2112653003: grit: Automatically replace ... with … (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Convert remaining ellipsis Created 4 years, 5 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/translate_strings.grdp
diff --git a/components/translate_strings.grdp b/components/translate_strings.grdp
index b4de758144ccf4c75a73048b578574eb07e2f63a..c3a921da5ce29e39babd2ee93e905d57a57f39f3 100644
--- a/components/translate_strings.grdp
+++ b/components/translate_strings.grdp
@@ -46,7 +46,7 @@
Always translate <ph name="language">$1<ex>English</ex></ph>
</message>
<message name="IDS_TRANSLATE_INFOBAR_TRANSLATING_TO" desc="Text shown when page is currently being translated by servers">
- Translating page to <ph name="language">$1<ex>English</ex></ph>...
+ Translating page to <ph name="language">$1<ex>English</ex></ph>&#8230;
</message>
<message name="IDS_TRANSLATE_INFOBAR_AFTER_MESSAGE" desc="Message that page has been translated from one language to another">
This page has been translated from<ph name="original_language">$1<ex>French</ex></ph>to<ph name="language_language">$2<ex>German</ex></ph>

Powered by Google App Engine
This is Rietveld 408576698