Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index 98fbd6581bfd02a91f8512964613a5c226a6ab92..e77238e8e0401aec8c2264b334eb987736f65cfb 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -3,7 +3,10 @@ |
| <grit-part> |
| <!-- About Page --> |
| <if expr="chromeos"> |
| - <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stable label in the message about current channel."> |
| + <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button label to check for updates and apply (download and install) if found"> |
| + Check for updates |
| + </message> |
| + <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The stable label in the message about current channel."> |
| stable |
| </message> |
| <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_BETA" desc="The beta label in the message about current channel."> |
| @@ -30,6 +33,17 @@ |
| <message name="IDS_SETTINGS_UPGRADE_UP_TO_DATE" desc="Status label: Already up to date (ChromiumOS/ChromeOS)"> |
| Your <ph name="DEVICE_TYPE">$1<ex>Chromebook</ex></ph> is up to date. |
| </message> |
| + <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH_AND_POWERWASH" desc="The label for the button that relaunches and powerwashes the browser once update is complete"> |
|
tommycli
2016/05/20 22:53:18
nit: I assume you are trying to keep these alphabe
dpapad
2016/05/20 23:25:35
Done. Honestly I've given up of trying to make grd
|
| + Relaunch and Powerwash |
| + </message> |
| + <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the relaunch button that relaunches the browser once update is complete"> |
| + Restart |
| + </message> |
| + </if> |
| + <if expr="not chromeos"> |
| + <message name="IDS_SETTINGS_ABOUT_PAGE_RELAUNCH" desc="The label for the relaunch button that relaunches the browser once update is complete"> |
| + Relaunch |
| + </message> |
| </if> |
| <if expr="_google_chrome"> |
| <message name="IDS_SETTINGS_ABOUT_PAGE_REPORT_AN_ISSUE" desc="Text of the button which allows the user to report an issue with Chrome."> |