Commit 2f4ca84a authored by shilpa.shri's avatar shilpa.shri Committed by Commit bot

Rename extension action context menu option string "Manage" to "Manage Extensions"

When right click on an extension browser action in the Omnibox, the contextual
drop down says "Manage", which is unclear. Make the string to be more specific
such as "Manage Extensions".
The string's casing matches the platform; i.e. "Manage Extensions" for Mac,
"Manage extensions" everywhere else.

grd file changes:
Modifying 1 line label and 1 line desc text each in title case and in non title
case responsible for the label in: chrome/app/generated_resources.grd

BUG=418691
R=rouslan@chromium.org

TEST=
1) Launch chrome and install few extensions.
2) Right click an extension and observe
3) The context menu option for managing extensions should be string
   "Manage Extensions" on MAC, "Manage extensions" everywhere else.

Committed: https://crrev.com/4b4b173612017d0e45c2be082fb6f23baa79dc2a
Cr-Commit-Position: refs/heads/master@{#300516}

Review URL: https://codereview.chromium.org/659663004

Cr-Commit-Position: refs/heads/master@{#300673}
parent 511e1332
......@@ -4891,8 +4891,8 @@ Make sure you do not expose any sensitive information.
<message name="IDS_EXTENSIONS_HIDE_BUTTON" desc="The text for the Hide context menu item (sentence case).">
Hide button
</message>
<message name="IDS_MANAGE_EXTENSION" desc="The 'Managed extensions' text in the context menu for when right-clicking on extension icons (sentence case).">
Managed extensions
<message name="IDS_MANAGE_EXTENSION" desc="The 'Manage extensions' text in the context menu for when right-clicking on extension icons (sentence case).">
Manage extensions
</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 (sentence case).">
Inspect popup
......@@ -4911,8 +4911,8 @@ Make sure you do not expose any sensitive information.
<message name="IDS_EXTENSIONS_HIDE_BUTTON" desc="The text for the Hide context menu item (title case).">
Hide Button
</message>
<message name="IDS_MANAGE_EXTENSION" desc="The 'Managed Extensions' text in the context menu for when right-clicking on extension icons (title case).">
Managed Extensions
<message name="IDS_MANAGE_EXTENSION" desc="The 'Manage Extensions' text in the context menu for when right-clicking on extension icons (title case).">
Manage Extensions
</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 (title case).">
Inspect Popup
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment