Chromium Code Reviews| 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 d4a7e4f31686dfbee2df5b2b6f2dfcb11ddb11a5..23ddc7f6ab4a77b44b54b2b459ce621c193f2994 100644 |
| --- a/chrome/app/settings_google_chrome_strings.grdp |
| +++ b/chrome/app/settings_google_chrome_strings.grdp |
| @@ -1,6 +1,18 @@ |
| <?xml version="1.0" encoding="utf-8"?> |
| <!-- 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 |
|
dpapad
2016/03/11 02:07:23
Should this be "About Google Chrome" similar to ht
dschuyler
2016/03/11 02:28:09
Excellent question. In the doc I got from tbuckle
|
| + </message> |
| + </if> |
| + |
| <!-- Default Browser Page --> |
| <if expr="not chromeos"> |
| <message name="IDS_SETTINGS_DEFAULT_BROWSER_DEFAULT" desc="The text displayed when Chrome is not the default browser"> |