Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 3b90299046ad8f2ec4f43a8230bedef6454b8e5b..68342d616a768e3f891e07e5c2a8261d7580a901 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -4365,8 +4365,8 @@ Make sure you do not expose any sensitive information. |
<message name="IDS_EXTENSION_PROMPT_WARNING_FILE_SYSTEM_DIRECTORY" desc="Permission string for read access to directories and their contents."> |
Read folders that you open in the application |
</message> |
- <message name="IDS_EXTENSION_PROMPT_WARNING_FILE_SYSTEM_WRITE_DIRECTORY" desc="Permission string for write access to directories and their contents."> |
- Write to files and folders that you open in the application |
+ <message name="IDS_EXTENSION_PROMPT_WARNING_FILE_SYSTEM_READ_AND_WRITE_DIRECTORY" desc="Permission string for read and write access to directories and their contents."> |
+ Read and write to files and folders that you open in the application |
meacer
2014/06/18 17:08:18
Shouldn't need this anymore, right?
mhm
2014/06/18 17:33:58
Oops! I removed the wrong one.
|
</message> |
<message name="IDS_EXTENSION_PROMPT_WARNING_MEDIA_GALLERIES_READ_WRITE" desc="Permission string for access to read and write to all of the user's media galleries."> |
Access and change photos, music, and other media from your computer |
@@ -4416,6 +4416,9 @@ Make sure you do not expose any sensitive information. |
<message name="IDS_EXTENSION_PROMPT_WARNING_ACCESSIBILITY_FEATURES_READ" desc="Permission string for modifying acccessibility settings via extension API shown when a extension utilizing the API is installed."> |
Read your accessibility settings |
</message> |
+ <message name="IDS_EXTENSION_PROMPT_WARNING_ACCESSIBILITY_FEATURES_READ_AND_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 |
meacer
2014/06/18 17:08:18
Random rant :) The "read" and "write" strings are
mhm
2014/06/18 17:33:58
filed bug 386224 for it.
|
+ </message> |
<!-- 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."> |