| 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>
|
|
|