| Index: chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| diff --git a/chrome/common/extensions/docs/templates/articles/permission_warnings.html b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| index 913009f07ad8a18ba88669d15e671eeb83c3f75d..84fd6bf697e68d73a6f3670696a29061708732ff 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| @@ -41,7 +41,7 @@ that a user might see when installing an extension:
|
|
|
| <img src="{{static}}/images/perms-hw1.png"
|
| width="490" height="193"
|
| - alt="Permission warning: 'It can: Access your data on api.flickr.com'"
|
| + alt="Permission warning: 'It can: Read and modify your data on api.flickr.com'"
|
| />
|
|
|
| <p>
|
| @@ -100,7 +100,7 @@ brings up the following warning:
|
|
|
| <img src="{{static}}/images/perms-hw2.png"
|
| width="490" height="193"
|
| - alt="Permission warning: 'It can: Access your data on api.flickr.com and flickr.com; Read and modify your browsing history'"
|
| + alt="Permission warning: 'It can: Read and modify your data on api.flickr.com and flickr.com; Read and modify your browsing history'"
|
| />
|
|
|
|
|
| @@ -143,7 +143,7 @@ that trigger them.
|
| <tr>
|
| <td style="font-weight:bold">
|
| <!-- IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS -->
|
| - Access all data on your computer and the websites you visit
|
| + Read and modify all your data on your computer and the websites you visit
|
| </td>
|
| <td>
|
| "plugins"
|
| @@ -239,7 +239,7 @@ that trigger them.
|
| <tr>
|
| <td style="font-weight:bold">
|
| <!-- IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS -->
|
| - Access your data on all websites
|
| + Read and modify all your data on all websites you visit
|
| </td>
|
| <td>
|
| <!-- HasEffectiveAccessToAllHosts() -->
|
| @@ -282,7 +282,7 @@ that trigger them.
|
| <td style="font-weight:bold">
|
| <!-- IDS_EXTENSION_PROMPT_WARNING_?_HOST -->
|
| <!-- IDS_EXTENSION_PROMPT_WARNING_4_OR_MORE_HOSTS -->
|
| - Access your data on <em>{list of websites}</em>
|
| + Read and modify your data on <em>{list of websites}</em>
|
| </td>
|
| <td>
|
| A match pattern in the "permissions" field
|
|
|