Chromium Code Reviews| Index: chrome/app/chromium_strings.grd |
| diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd |
| index 2901cccafe1c00879dc50a826064391ee1d48c68..5061ad733a1f2b3c80d3f1478c0f66ef13a7974b 100644 |
| --- a/chrome/app/chromium_strings.grd |
| +++ b/chrome/app/chromium_strings.grd |
| @@ -719,6 +719,11 @@ For Chromium, processes used to display diagnostics information (such as this "a |
| Add to Chromium |
| </message> |
| + <!-- Extension/App install dialog strings --> |
| + <message name="IDS_EXTENSION_PROMPT_WARNING_WM" desc="Permission string for access to manage all of the windows."> |
| + Manage all Chromium windows |
|
Aaron Boodman
2012/08/21 21:13:43
No warning is necessary for this permission.
|
| + </message> |
| + |
| <!-- Extension alerts. --> |
| <message name="IDS_EXTENSION_ALERT_ITEM_EXTERNAL" desc="A statement that an external extension has been newly installed. End users have no idea what an 'external' extension is, so we simply call them extensions. The trailing character must be a newline."> |
| The extension "<ph name="EXTENSION_NAME">$1<ex>Gmail Checker</ex></ph>" has been added. |