| 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 942a6694db4ab1bc7203f43c2ba3be5d0d08b0d7..b57f4d0e18619a508d81dd86e552a504ff41a089 100644
|
| --- a/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| +++ b/chrome/common/extensions/docs/templates/articles/permission_warnings.html
|
| @@ -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 your data on all websites
|
| </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
|
|
|