Chromium Code Reviews| Index: chrome/app/settings_strings.grdp |
| diff --git a/chrome/app/settings_strings.grdp b/chrome/app/settings_strings.grdp |
| index dcec549d103ab981248cfbd21172d657a5a5c5dc..2e28cd0a421e0451c39c6dc15c97ad9af595e4f3 100644 |
| --- a/chrome/app/settings_strings.grdp |
| +++ b/chrome/app/settings_strings.grdp |
| @@ -60,6 +60,17 @@ |
| Enable on-screen keyboard |
| </message> |
| + <!-- Appearance Page --> |
| + <message name="IDS_MD_SETTINGS_APPEARANCE_PAGE_TITLE" desc="Name of the settings page which displays appearance preferences."> |
|
Kyle Horimoto
2015/06/02 01:17:30
nit: No "_MD_" in names.
James Hawkins
2015/06/02 16:42:25
Done, but FWIW there are two other strings with _M
|
| + Appearance |
| + </message> |
| + <message name="IDS_MD_SETTINGS_APPEARANCE_SHOW_HOME_BUTTON_LABEL" desc="Label for the checkbox which enables or disables showing the home button in the toolbar."> |
| + Show home button |
| + </message> |
| + <message name="IDS_MD_SETTINGS_APPEARANCE_SHOW_BOOKMARKS_BAR_LABEL" desc="Label for the checkbox which enables or disables showing the bookmarks bar in the toolbar."> |
| + Always show the bookmarks bar |
| + </message> |
| + |
| <!-- Downloads Page --> |
| <message name="IDS_MD_SETTINGS_DOWNLOADS_PAGE_TITLE" desc="Name of the settings page which displays download preferences."> |
| Downloads |