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

Unified Diff: ui/accessibility/extensions/longdesc/manifest.json

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/manifest.json
diff --git a/ui/accessibility/extensions/longdesc/manifest.json b/ui/accessibility/extensions/longdesc/manifest.json
index 31fbc2166a89f201bc3f183bcc9d63f6ef524340..b374c47efc3bb94d4e03acc5845818e56577d2fd 100644
--- a/ui/accessibility/extensions/longdesc/manifest.json
+++ b/ui/accessibility/extensions/longdesc/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "An Extension",
+ "name": "__MSG_appName__",
"version": "0.1",
- "description": "An extension to modify the context menu when an HTML element contains a aria-describedat and/or longdesc property.",
+ "description": "__MSG_appDesc__",
"background": {
"scripts": [ "background.js" ]
},

Powered by Google App Engine
This is Rietveld 408576698