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

Unified Diff: ui/accessibility/extensions/alt/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
« no previous file with comments | « no previous file | ui/accessibility/extensions/alt/options.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/accessibility/extensions/alt/manifest.json
diff --git a/ui/accessibility/extensions/alt/manifest.json b/ui/accessibility/extensions/alt/manifest.json
index 5ad7bd69af053bda3da327fd6361e8765b31eb0a..2581f435700bf459952fbefa15d6555f29f92789 100644
--- a/ui/accessibility/extensions/alt/manifest.json
+++ b/ui/accessibility/extensions/alt/manifest.json
@@ -1,7 +1,7 @@
{
"name": "Replace images with alt text",
"version": "0.1",
- "description": "Replace images with their alt text",
+ "description": "__MSG_appDesc__",
"background": {
"scripts": [ "background.js" ]
},
@@ -21,7 +21,6 @@
"38": "images/icon-38.png"
}
},
- "options_page": "options.html",
"permissions": [
"activeTab"
],
« no previous file with comments | « no previous file | ui/accessibility/extensions/alt/options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698