diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2019-01-31 12:34:59 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2019-01-31 12:34:59 +0000 |
commit | b73db4c988f5a9e3a41f782fc3902c295c5f8abe (patch) | |
tree | 1c8da0cc000c86e37f24c1f293d7a143bb68091f | |
parent | 83ef324e1d2754ccc004ee5b210ce6ced2adeb21 (diff) | |
parent | 102e632e91dc66e0ddaee9bdd8efd0c3f8371031 (diff) | |
download | packages_apps_Settings-b73db4c988f5a9e3a41f782fc3902c295c5f8abe.tar.gz packages_apps_Settings-b73db4c988f5a9e3a41f782fc3902c295c5f8abe.tar.bz2 packages_apps_Settings-b73db4c988f5a9e3a41f782fc3902c295c5f8abe.zip |
Merge "Update title for the link to more special app access."
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index fdc44c1e4e..ab52c5cfb1 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -9605,8 +9605,8 @@ <item quantity="other"><xliff:g id="count" example="10">%d</xliff:g> apps can use unrestricted data</item> </plurals> - <!-- Title for the More preference item in Special app access settings [CHAR LIMIT=30] --> - <string name="special_access_more">More</string> + <!-- Title for the See more preference item in Special app access settings [CHAR LIMIT=30] --> + <string name="special_access_more">See more</string> <!-- Developer option to convert to file encryption - final warning --> <string name="confirm_convert_to_fbe_warning">Really wipe user data and convert to file encryption?</string> |