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

Unified Diff: ui/accessibility/extensions/highcontrast/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/highcontrast/manifest.json
diff --git a/ui/accessibility/extensions/highcontrast/manifest.json b/ui/accessibility/extensions/highcontrast/manifest.json
index 51b888d1f5800a1186a7766b3df8f4f31f52bc29..4ffbb97be39b819148cffa7d54ac4af9dd399f10 100644
--- a/ui/accessibility/extensions/highcontrast/manifest.json
+++ b/ui/accessibility/extensions/highcontrast/manifest.json
@@ -1,7 +1,7 @@
{
- "name": "High Contrast",
+ "name": "__MSG_appName__",
"version": "0.6",
- "description": "Change or invert the color scheme to make webpages easier to read.",
+ "description": "__MSG_appDesc__",
"manifest_version": 2,
"permissions": [
"<all_urls>",
@@ -15,7 +15,7 @@
},
"browser_action": {
"default_icon": "highcontrast-19.png",
- "default_title": "High Contrast (Shift+F11)",
+ "default_title": "__MSG_appName__",
"default_popup": "popup.html"
},
"content_scripts": [
« no previous file with comments | « ui/accessibility/extensions/caretbrowsing/manifest.json ('k') | ui/accessibility/extensions/highcontrast/popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698