| Index: chrome/app/settings_chromium_strings.grdp
|
| diff --git a/chrome/app/settings_chromium_strings.grdp b/chrome/app/settings_chromium_strings.grdp
|
| index 542328f57e1587edc5c578b1e1046f16e444e9a5..9bb30137d5176dddc1513fe20a1b54dde0f4b961 100644
|
| --- a/chrome/app/settings_chromium_strings.grdp
|
| +++ b/chrome/app/settings_chromium_strings.grdp
|
| @@ -2,15 +2,27 @@
|
| <!-- Settings-specific Chromium strings (included from chromium_strings.grd). -->
|
| <grit-part>
|
| <!-- About Page -->
|
| - <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page.">
|
| - About Chromium
|
| - </message>
|
| <if expr="not chromeos">
|
| + <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page.">
|
| + About Chromium
|
| + </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 Chromium
|
| </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UPDATING" desc="Status label: Updating Chromium">
|
| + Updating Chromium
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_SUCCESSFUL_RELAUNCH" desc="Status label: Successfully updated Chromium">
|
| + Nearly up-to-date! Relaunch Chromium to finish updating.
|
| + </message>
|
| + <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (Chromium)">
|
| + Chromium is up to date.
|
| + </message>
|
| </if>
|
| <if expr="chromeos">
|
| + <message name="IDS_SETTINGS_ABOUT_PROGRAM" desc="Menu title for the About Chromium page.">
|
| + About Chromium 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 Chromium OS
|
| </message>
|
|
|