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

Unified Diff: chrome/app/chromium_strings.grd

Issue 17437004: Implemented new channel switcher UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 7 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 2c3a10464c62a42ae25e7de63e54910329a5bcb7..d409ab2c2e464c92c47924c15aa64d472c15a8a9 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -724,6 +724,11 @@ For Chromium, processes used to display diagnostics information (such as this "a
Nearly up-to-date! Restart your device to finish updating.
</message>
</if>
+ <if expr="pp_ifdef('chromeos')">
+ <message name="IDS_UPGRADE_SUCCESSFUL_CHANNEL_SWITCH" desc="Status label: Channel was successfully switched on Chromium OS">
+ Channel changed. Restart your device to apply changes.
+ </message>
+ </if>
<if expr="not pp_ifdef('chromeos')">
<message name="IDS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium)">
Chromium is up to date.
@@ -744,6 +749,11 @@ For Chromium, processes used to display diagnostics information (such as this "a
Updating your device...
</message>
</if>
+ <if expr="pp_ifdef('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...
+ </message>
+ </if>
<!-- iOS Upgrade available info bar-->
<if expr="pp_ifdef('ios')">

Powered by Google App Engine
This is Rietveld 408576698