diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 19:38:23 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-16 19:38:23 +0000 |
commit | c98ea3f52244b1a083e48ba760fb184fff664cd7 (patch) | |
tree | d49a2e44d121c7947501d7c1153dfb616ebd725c | |
parent | f1a0afd004fcdd67f463edd04148a939ededa692 (diff) | |
download | chromium_src-c98ea3f52244b1a083e48ba760fb184fff664cd7.zip chromium_src-c98ea3f52244b1a083e48ba760fb184fff664cd7.tar.gz chromium_src-c98ea3f52244b1a083e48ba760fb184fff664cd7.tar.bz2 |
Settings: Uncapitalize 'page' in New Tab page.
BUG=114029
TEST=none
R=csilv
Review URL: https://chromiumcodereview.appspot.com/9404036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122339 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 0e60e3e..917eec5 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -8205,7 +8205,7 @@ Would you like to start <ph name="CONTROL_PANEL_APPLET_NAME">$1<ex>Add/Remove Pr Show Home button for <b><ph name="HOME_PAGE_URL">$1<ex>google.com/search</ex></ph></b>. </message> <message name="IDS_OPTIONS_SHOW_HOME_BUTTON_FOR_NTP" desc="The label of the 'Show Home button' checkbox"> - Show Home button for the <b>New Tab Page</b>. + Show Home button for the <b>New Tab page</b>. </message> <message name="IDS_OPTIONS_TOOLBAR_SHOW_BOOKMARKS_BAR" desc="The label of the 'Show bookmarks bar' checkbox"> Always show the bookmarks bar |