diff options
author | Dianne Hackborn <hackbod@google.com> | 2015-08-11 12:17:59 -0700 |
---|---|---|
committer | Dianne Hackborn <hackbod@google.com> | 2015-08-11 12:17:59 -0700 |
commit | 4f8b829b2496422116b788c0fdce7206472bdc60 (patch) | |
tree | 003d36ebe4b58a8046c68bcf40c81438bed5b1c7 /res/values | |
parent | be4df036e1c688a1b7a5fc9d4ab18f09729296b3 (diff) | |
download | packages_apps_Settings-4f8b829b2496422116b788c0fdce7206472bdc60.zip packages_apps_Settings-4f8b829b2496422116b788c0fdce7206472bdc60.tar.gz packages_apps_Settings-4f8b829b2496422116b788c0fdce7206472bdc60.tar.bz2 |
Fix issue #23079119: Description for write settings permission says...
...it is for read and write
Just write.
And let's say, modify.
Change-Id: If901bab36888674d5a6e8c5979ec190b64aff18e
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 80ea0c7..fe378a1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -6935,24 +6935,24 @@ <!-- Write Settings settings --> <!-- Settings title in main settings screen for WRITE_SETTINGS [CHAR LIMIT=30] --> - <string name="write_settings">Write system settings</string> + <string name="write_settings">Modify system settings</string> <!-- Keyword for WRITE_SETTINGS --> <string name="keywords_write_settings">write modify system settings</string> <!-- Summary of number of apps currently can draw overlays [CHAR LIMIT=60] --> - <string name="write_settings_summary"><xliff:g id="count" example="10">%d</xliff:g> of <xliff:g id="count" example="10">%d</xliff:g> apps allowed to read or write system settings</string> + <string name="write_settings_summary"><xliff:g id="count" example="10">%d</xliff:g> of <xliff:g id="count" example="10">%d</xliff:g> apps allowed to modify system settings</string> <!-- Label for showing apps that can write system settings [CHAR LIMIT=45] --> - <string name="filter_write_settings_apps">Can write system settings</string> + <string name="filter_write_settings_apps">Can modify system settings</string> <!-- Title for the apps that are allowed to write system settings [CHAR LIMIT=60] --> - <string name="write_settings_title">Can write system settings</string> + <string name="write_settings_title">Can modify system settings</string> <!-- Main settings screen item's title to go into the write system settings screen [CHAR LIMIT=30] --> - <string name="write_system_settings">Write system settings</string> + <string name="write_system_settings">Modify system settings</string> <!-- Link to the apps page for WRITE_SETTINGS settings [CHAR LIMIT=52] --> - <string name="write_settings_preference">App write system settings permission</string> + <string name="write_settings_preference">App modify system settings permission</string> <!-- Label for setting which controls whether app can write system settings [CHAR LIMIT=45] --> - <string name="permit_write_settings">Allow write system settings</string> + <string name="permit_write_settings">Allow modify system settings</string> <!-- Description of the write system settings [CHAR LIMIT=NONE] --> - <string name="write_settings_description">This permission allows an app to read or write system settings.</string> + <string name="write_settings_description">This permission allows an app to modify system settings.</string> <!-- Summary of app allowed to write system settings [CHAR LIMIT=45] --> <string name="write_settings_on">Yes</string> <!-- Summary of app not allowed to write system settings [CHAR LIMIT=45] --> |