diff options
author | Michael Bestas <mikeioannina@gmail.com> | 2015-09-11 19:23:37 +0300 |
---|---|---|
committer | Michael Bestas <mikeioannina@gmail.com> | 2015-09-11 19:23:37 +0300 |
commit | d39c839727b0676b72dae0bd9489b6263efe9908 (patch) | |
tree | 74eb86c26e101b6394d9c3cf9e0230d78fda0122 /cm | |
parent | 44b9ae46d28ec8ba1163827117e59b5f17d341d4 (diff) | |
download | vendor_cmsdk-d39c839727b0676b72dae0bd9489b6263efe9908.zip vendor_cmsdk-d39c839727b0676b72dae0bd9489b6263efe9908.tar.gz vendor_cmsdk-d39c839727b0676b72dae0bd9489b6263efe9908.tar.bz2 |
Update persistent storage permission string
Change-Id: Id32018b2e6db156eefb124b646b08205e0dcd635
Diffstat (limited to 'cm')
-rw-r--r-- | cm/res/res/values/strings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm/res/res/values/strings.xml b/cm/res/res/values/strings.xml index 640d16c..e727080 100644 --- a/cm/res/res/values/strings.xml +++ b/cm/res/res/values/strings.xml @@ -68,7 +68,7 @@ <!-- Labels for the MANAGE_PERSISTENT_STORAGE permission. --> <string name="permlab_managePersistentStorage">manage persistent storage</string> - <string name="permdesc_managePersistentStorage">Allows an app to read or write properties which may persist thru a factory reset.</string> + <string name="permdesc_managePersistentStorage">Allows an app to read or write properties which may persist thrοugh a factory reset.</string> <!-- Label to show for a service that is running because it is observing the user's custom tiles. --> <string name="custom_tile_listener_binding_label">Custom tile listener</string> |