diff options
-rw-r--r-- | core/res/res/values/strings.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/values/strings.xml b/core/res/res/values/strings.xml index 21abb1b..61f9eef 100644 --- a/core/res/res/values/strings.xml +++ b/core/res/res/values/strings.xml @@ -1519,9 +1519,9 @@ <string name="policylab_disableCamera">Disable cameras</string> <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]--> <string name="policydesc_disableCamera">Prevent use of all device cameras.</string> - <!-- Title of policy access to disable all device cameras [CHAR LIMIT=30]--> + <!-- Title of policy access to disable keyguard features [CHAR LIMIT=30]--> <string name="policylab_disableKeyguardFeatures">Disable some screen lock features</string> - <!-- Description of policy access to disable all device cameras [CHAR LIMIT=110]--> + <!-- Description of policy access to disable keyguard features. [CHAR LIMIT=110]--> <string name="policydesc_disableKeyguardFeatures">Prevent use of some screen lock features.</string> <!-- The order of these is important, don't reorder without changing Contacts.java --> <skip /> |