diff options
author | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 22:39:16 +0000 |
---|---|---|
committer | rafaelw@chromium.org <rafaelw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-31 22:39:16 +0000 |
commit | b510ba21d1b83f85b6e28f90a5a8fd1dbb90a757 (patch) | |
tree | 640798e37daf9ee5a0231eae28c971bfc101ee24 | |
parent | 139c1a6f590fafadfa04fa6090f5e940943603a7 (diff) | |
download | chromium_src-b510ba21d1b83f85b6e28f90a5a8fd1dbb90a757.zip chromium_src-b510ba21d1b83f85b6e28f90a5a8fd1dbb90a757.tar.gz chromium_src-b510ba21d1b83f85b6e28f90a5a8fd1dbb90a757.tar.bz2 |
Wording/formatting changes for Inspect popup menu item and hint text
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/1572007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43274 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 f90dd64..9889e90 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -3456,7 +3456,7 @@ each locale. --> Developer mode: </message> <message name="IDS_EXTENSIONS_INSPECT_POPUPS_INSTRUCTIONS" desc="Text that appears under 'Inspect Active Views' with instructions on how to inspect a page or browser action."> - To inspect a page or browser action, right-click its icon and select 'Inspect Popup'. + To inspect a popup, right-click the page or browser action's icon and choose Inspect popup. </message> <message name="IDS_EXTENSIONS_LOAD_UNPACKED_BUTTON" desc="Text of the 'Load Extension' button."> Load unpacked extension... @@ -3507,7 +3507,7 @@ each locale. --> Options </message> <message name="IDS_EXTENSION_ACTION_INSPECT_POPUP" desc="The text for the right-click menu of page and browser actions which shows the popup and opens the developer tools."> - Inspect Popup + Inspect popup </message> <message name="IDS_GET_MORE_EXTENSIONS" desc="The link for getting more extensions. Displayed at bottom of extension management page when there is at least one extension installed."> Get more extensions >> |