Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: chrome/app/generated_resources.grd

Issue 294903007: Changed host and NPAPI extension permission strings (access -> read and modify), updated unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Syntax error fix, specific test now passes Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/permission_warnings.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index c9a981ec3132cb390212901a6d56345f8dab2451..b1f14e1f396b77422a09e68bfd577198e6c6eac5 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -4185,7 +4185,7 @@ Make sure you do not expose any sensitive information.
</message>
<message name="IDS_EXTENSION_PERMISSION_LINE" desc="Template for item in list of privileges that an extension or app has">
- • <ph name="PERMISSION">$1<ex>Access your data on all websites</ex></ph>
+ • <ph name="PERMISSION">$1<ex>Read and modify all your data on the websites you visit</ex></ph>
</message>
<message name="IDS_EXTENSION_RATING_COUNT" desc="Number of ratings an app or extensions has (displayed after star icons)">
(<ph name="RATING_COUNT">$1<ex>46</ex></ph>)
@@ -4266,16 +4266,16 @@ Make sure you do not expose any sensitive information.
<if expr="is_android">
<message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Mobile: Permission string for full access to the device and all websites.">
- Access all data on your device and the websites you visit
+ Read and modify all your data on your device and the websites you visit
</message>
</if>
<if expr="not is_android">
<message name="IDS_EXTENSION_PROMPT_WARNING_FULL_ACCESS" desc="Permission string for full access to the computer and all websites.">
- 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
</message>
</if>
<message name="IDS_EXTENSION_PROMPT_WARNING_ALL_HOSTS" desc="Permission string for access to data on all websites.">
- Access your data on all websites
+ Read and modify all your data on the websites you visit
</message>
<message name="IDS_EXTENSION_PROMPT_WARNING_FAVICON" desc="Permission string for access to favicons.">
Access the icons of the websites you visit
« no previous file with comments | « no previous file | chrome/common/extensions/docs/templates/articles/permission_warnings.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698