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

Unified Diff: chrome/app/google_chrome_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/google_chrome_strings.grd
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd
index 34dcac5582ede011295670c7856aa88b92ef4495..eb892d3cba1f034cc3cf5bf8d511a0514454c7ae 100644
--- a/chrome/app/google_chrome_strings.grd
+++ b/chrome/app/google_chrome_strings.grd
@@ -648,6 +648,11 @@ For Google Chrome, processes used to display diagnostics information (such as th
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 Chrome 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 (Google Chrome)">
Google Chrome is up to date.
@@ -668,6 +673,11 @@ For Google Chrome, processes used to display diagnostics information (such as th
Updating your device...
</message>
</if>
+ <if expr="pp_ifdef('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...
+ </message>
+ </if>
<!-- iOS Upgrade available info bar-->
<if expr="pp_ifdef('ios')">

Powered by Google App Engine
This is Rietveld 408576698