| 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" ]
|
| },
|
|
|