Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index e81f342514a2e9ab4f8cc1315a19bb45e36f8712..9ae4be7e275d7c06732948f941a097c8893e0754 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -4464,6 +4464,16 @@ Make sure you do not expose any sensitive information. |
| <message name="IDS_EXTENSION_PROMPT_WARNING_ACCESSIBILITY_FEATURES_READ_MODIFY" desc="Permission string for reading and modifying acccessibility settings via extension API shown when an extension utilizing the API is installed."> |
| Read and change your accessibility settings |
| </message> |
| + <if expr="is_win"> |
| + <message name="IDS_EXTENSION_PROMPT_WARNING_INTERCEPT_ALL_KEYS" desc="Permission string for intercept all keyboard keys via packaged app extension APIs"> |
| + Intercept all keyboard events including task switcher key like ALT+TAB |
|
benwells
2014/07/16 09:39:14
Could you file a bug to get reviewed strings from
Sriram
2014/07/24 22:38:54
Done. Created http://crbug.com/395255. Can you ple
|
| + </message> |
| + </if> |
| + <if expr="not is_win"> |
| + <message name="IDS_EXTENSION_PROMPT_WARNING_INTERCEPT_ALL_KEYS" desc="Permission string for intercept all keyboard keys via packaged app extension APIs"> |
| + Intercept all keyboard events including task switcher key |
| + </message> |
| + </if> |
| <!-- Extension/App error messages --> |
| <message name="IDS_EXTENSION_CANT_GET_ABSOLUTE_PATH" desc="Warning displayed in pack dialog when the absolute path to the extension directory can not be found."> |