diff options
author | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-08 01:55:41 +0000 |
---|---|---|
committer | atwilson@chromium.org <atwilson@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-08 01:55:41 +0000 |
commit | 079443435c92b0294d63682c39a26df3391018c4 (patch) | |
tree | 9bb73d4be6df36c2d5e9111acf283ed2434d2adc | |
parent | 22d3eff8c7ed0fe79450dc214857286e88c5dfed (diff) | |
download | chromium_src-079443435c92b0294d63682c39a26df3391018c4.zip chromium_src-079443435c92b0294d63682c39a26df3391018c4.tar.gz chromium_src-079443435c92b0294d63682c39a26df3391018c4.tar.bz2 |
Change 'View Background Apps' => 'View Background Pages' in wrench menu.
BUG=66907
TEST=none
Review URL: http://codereview.chromium.org/6094015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70826 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/app/generated_resources.grd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 7a9797d..9d3be1d 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -1025,7 +1025,7 @@ each locale. --> View incompatibilities </message> <message name="IDS_VIEW_BACKGROUND_PAGES" desc="The text label of the View background pages menu item"> - View background apps (<ph name="NUM_BACKGROUND_APPS">$1<ex>3</ex></ph>) + View background pages (<ph name="NUM_BACKGROUND_APPS">$1<ex>3</ex></ph>) </message> <message name="IDS_EXIT" desc="The text label of the Exit menu item"> E&xit @@ -1069,7 +1069,7 @@ each locale. --> View Incompatibilities </message> <message name="IDS_VIEW_BACKGROUND_PAGES" desc="The text label of the View background pages menu item"> - View Background Apps (<ph name="NUM_BACKGROUND_APPS">$1<ex>3</ex></ph>) + View Background Pages (<ph name="NUM_BACKGROUND_APPS">$1<ex>3</ex></ph>) </message> <message name="IDS_EXIT" desc="In Title Case: The text label of the Exit menu item"> E&xit |