Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1085)

Unified Diff: ui/accessibility/extensions/longdesc/background.js

Issue 610453002: Move accessibility extension translations to grd file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
« no previous file with comments | « ui/accessibility/extensions/highcontrast/popup.js ('k') | ui/accessibility/extensions/longdesc/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698