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

Unified Diff: chrome/app/google_chrome_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/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 5a11db343591c09dc5ff3ba86266524b2326f414..1f0573828184c40bedaa9e7e5b00771629ef47ed 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -533,7 +533,7 @@ Google Chrome 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 Chrome...
+ Adding to Chrome&#8230;
</message>
<message name="IDS_PROMPT_DOWNLOAD_CHANGES_SETTINGS"
@@ -607,17 +607,17 @@ Google Chrome is unable to recover your settings.
</if>
<if expr="not chromeos">
<message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Google Chrome">
- Updating Google Chrome...
+ Updating Google Chrome&#8230;
</message>
</if>
<if expr="chromeos">
<message name="IDS_UPGRADE_UPDATING" desc="Status label: Updating Chrome OS">
- Updating your device...
+ Updating your device&#8230;
</message>
</if>
<if expr="chromeos">
<message name="IDS_UPGRADE_UPDATING_CHANNEL_SWITCH" desc="Status label: Updating Chrome 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>
@@ -661,7 +661,7 @@ Google Chrome is unable to recover your settings.
<ph name="BEGIN_BOLD">&lt;b&gt;</ph>Warning:<ph name="END_BOLD">&lt;/b&gt;</ph> Google Chrome 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 Chrome...
+ Remove from Chrome&#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 Chrome
@@ -879,12 +879,12 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth
</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 Chrome...
+ Remove from Chrome&#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 Chrome...
+ Remove From Chrome&#8230;
</message>
</if>
<if expr="not chromeos">

Powered by Google App Engine
This is Rietveld 408576698