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

Unified Diff: chrome/app/chromium_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: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index eadfe624fa16f68e30fc916b04f787f9d655c018..a683f05a2a616978fca637ca1c735bf915c42f0f 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -532,7 +532,7 @@ Chromium is unable to recover your settings.
<!-- Download Shelf Items -->
<message name="IDS_DOWNLOAD_STATUS_CRX_INSTALL_RUNNING"
desc="Message shown when a CRX has been downloaded and is being unpacked.">
- Adding to Chromium...
+ Adding to Chromium&#8230;
</message>
<message name="IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS"
@@ -606,17 +606,17 @@ Chromium is unable to recover your settings.
</if>
<if expr="not chromeos">
<message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromium">
- Updating Chromium...
+ Updating Chromium&#8230;
</message>
</if>
<if expr="chromeos">
<message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chromium OS">
- Updating your device...
+ Updating your device&#8230;
</message>
</if>
<if expr="chromeos">
<message name="IDS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status label: Updating Chromium OS to a specified channel">
- Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> channel...
+ Updating your device to <ph name="CHANNEL_NAME">$1<ex>stable</ex></ph> channel&#8230;
</message>
</if>
@@ -660,7 +660,7 @@ Chromium is unable to recover your settings.
<ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&gt;</ph> Chromium cannot prevent extensions from recording your browsing history. To disable this extension in incognito mode, unselect this option.
</message>
<message name="IDS_EXTENSIONS_UNINSTALL" desc="The link for uninstalling extensions.">
- Remove from Chromium...
+ Remove from Chromium&#8230;
</message>
<message name="IDS_MD_EXTENSIONS_SHORTCUT_SCOPE_IN_CHROME" desc="The label to indicate that a shortcut will be triggerable only from within the Chrome application.">
In Chromium
@@ -878,12 +878,12 @@ Signing in anyway will merge Chromium information like bookmarks, history, and o
</message>
<if expr="not use_titlecase">
<message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="Title text for the context menu item of a non-platform-app app list item that removes the app.">
- Remove from Chromium...
+ Remove from Chromium&#8230;
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_APP_LIST_EXTENSIONS_UNINSTALL" desc="In Title Case: Title text for the context menu item of a non-platform-app app list item that removes the app.">
- Remove From Chromium...
+ Remove From Chromium&#8230;
</message>
</if>
<if expr="not chromeos">

Powered by Google App Engine
This is Rietveld 408576698