diff options
author | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-27 17:48:01 +0000 |
---|---|---|
committer | arv@google.com <arv@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-27 17:48:01 +0000 |
commit | b77656d8e282ad9b2055c912c4631a84c542497b (patch) | |
tree | 4aa4c5b1c0034f8b1d167193ade3423a87c52038 /chrome/app | |
parent | f54c0e28afa284407d9b4066a1f1a8a98da8c409 (diff) | |
download | chromium_src-b77656d8e282ad9b2055c912c4631a84c542497b.zip chromium_src-b77656d8e282ad9b2055c912c4631a84c542497b.tar.gz chromium_src-b77656d8e282ad9b2055c912c4631a84c542497b.tar.bz2 |
Fix the forgotten renames of recommendations to tips.
BUG=15491
TEST=Open the options menu and there should be no "null" in the UI
Review URL: http://codereview.chromium.org/147249
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@19467 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 9f00cec..04cd054 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3476,12 +3476,12 @@ each locale. --> desc="Menu item text used to hide recent activities."> Hide recent activities </message> - <message name="IDS_NEW_TAB_SHOW_RECOMMENDATIONS" - desc="Menu item text used to show recommendations."> + <message name="IDS_NEW_TAB_SHOW_TIPS" + desc="Menu item text used to show tips."> Show recommendations </message> - <message name="IDS_NEW_TAB_HIDE_RECOMMENDATIONS" - desc="Menu item text used to hide recommendations."> + <message name="IDS_NEW_TAB_HIDE_TIPS" + desc="Menu item text used to hide tips."> Hide recommendations </message> <message name="IDS_NEW_TAB_THUMBNAIL_REMOVED_NOTIFICATION" |