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

Unified Diff: chrome/app/settings_google_chrome_strings.grdp

Issue 1989723002: MD Settings: About page, adding strings related to updating. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comment. Created 4 years, 7 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
« no previous file with comments | « chrome/app/settings_chromium_strings.grdp ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/settings_google_chrome_strings.grdp
diff --git a/chrome/app/settings_google_chrome_strings.grdp b/chrome/app/settings_google_chrome_strings.grdp
index 339832ed62a397aaac4756fa6b2c2dc5559b7f99..ca666dd39603dccbad22c1c855f0813814e919f5 100644
--- a/chrome/app/settings_google_chrome_strings.grdp
+++ b/chrome/app/settings_google_chrome_strings.grdp
@@ -2,22 +2,27 @@
<!-- Settings-specific Google Chrome strings (included from google_chrome_strings.grd). -->
<grit-part>
<!-- About Page -->
- <if expr="chromeos">
- <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome OS page.">
- About Chrome OS
- </message>
- </if>
<if expr="not chromeos">
<message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome page.">
About Chrome
</message>
- </if>
- <if expr="not chromeos">
<message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
Get help with Chrome
</message>
+ <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Google Chrome">
+ Updating Google Chrome
+ </message>
+ <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Google Chrome">
+ Nearly up-to-date! Relaunch Google Chrome to finish updating.
+ </message>
+ <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Google Chrome)">
+ Google Chrome is up to date.
+ </message>
</if>
<if expr="chromeos">
+ <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chrome OS page.">
+ About Chrome OS
+ </message>
<message name="IDS_SETTINGS_GET_HELP_USING_CHROME" desc="Text of the button which takes the user to the Chrome help page.">
Get help with Chrome OS
</message>
« no previous file with comments | « chrome/app/settings_chromium_strings.grdp ('k') | chrome/app/settings_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698