Fix a grammar issue in string

Change-Id: I7ecaefc69d57d07061c6f01359ea6680b64633c3
Fixes: 67415408
Test: visual
This commit is contained in:
Fan Zhang
2017-10-06 11:39:44 -07:00
parent b47c4a6192
commit 4f4f91ee28

View File

@@ -7996,7 +7996,7 @@
<!-- Link to the apps page for WRITE_SETTINGS settings [CHAR LIMIT=52] --> <!-- Link to the apps page for WRITE_SETTINGS settings [CHAR LIMIT=52] -->
<string name="write_settings_preference">App modify 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] --> <!-- Label for setting which controls whether app can write system settings [CHAR LIMIT=45] -->
<string name="permit_write_settings">Allow modify system settings</string> <string name="permit_write_settings">Allow modifying system settings</string>
<!-- Description of the write system settings [CHAR LIMIT=NONE] --> <!-- Description of the write system settings [CHAR LIMIT=NONE] -->
<string name="write_settings_description">This permission allows an app to modify 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] --> <!-- Summary of app allowed to write system settings [CHAR LIMIT=45] -->