| Index: ui/accessibility/extensions/longdesc/background.js
|
| diff --git a/ui/accessibility/extensions/longdesc/background.js b/ui/accessibility/extensions/longdesc/background.js
|
| index 5e05eb9c0c18b81a64bec40108899c1de78a24ac..3c97bc07dd2692fe49020fe3553964c850cb6ad3 100644
|
| --- a/ui/accessibility/extensions/longdesc/background.js
|
| +++ b/ui/accessibility/extensions/longdesc/background.js
|
| @@ -26,7 +26,7 @@ chrome.windows.getAll({'populate': true}, function(windows) {
|
| * Add context menu item when the extension is installed.
|
| */
|
| chrome.contextMenus.create({
|
| - "title": "More information...",
|
| + "title": chrome.i18n.getMessage('openLongDescription'),
|
| "contexts": ["all"],
|
| "id": "moreInfo",
|
| "onclick": contextMenuClicked,
|
|
|