diff options
Diffstat (limited to 'res/values/cm_strings.xml')
-rw-r--r-- | res/values/cm_strings.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/cm_strings.xml b/res/values/cm_strings.xml index 0aa84be..8b2629a 100644 --- a/res/values/cm_strings.xml +++ b/res/values/cm_strings.xml @@ -982,6 +982,7 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="privacy_guard_switch_label">Enable Privacy Guard</string> <string name="privacy_guard_dlg_title">Enable Privacy Guard?</string> <string name="privacy_guard_dlg_text">When Privacy Guard is enabled, the app will not be able to access personal data such as contacts, messages or call logs.</string> + <string name="privacy_guard_dlg_system_app_text">When enabling Privacy Guard for a built-in app, the app will not be able to access or provide personal data. This may cause other apps to misbehave.</string> <string name="privacy_guard_default_title">Enabled by default</string> <string name="privacy_guard_default_summary">Enable by default for newly-installed apps</string> <string name="privacy_guard_manager_title">Privacy Guard</string> @@ -990,8 +991,8 @@ two in order to insert additional control points. \'Remove\' deletes the selecte <string name="privacy_guard_filter_does_not_match">No apps with relevant permissions are installed</string> <string name="privacy_guard_help_title">Help</string> <string name="privacy_guard_reset_title">Reset</string> - <string name="privacy_guard_help_text">In this screen you can choose for which apps Privacy Guard should be active by simply tapping on them. Selected apps will not be able to access your personal data, such as contacts, messages or call logs. Long pressing on an entry opens the app details screen for that app.\n\nBy default system apps are not shown. If you want to show them or filter apps to show only the ones requesting access to personal data by their permissions, select the respective options in the menu.</string> - <string name="privacy_guard_manager_show_system_apps">Show system apps</string> + <string name="privacy_guard_help_text">In this screen you can choose for which apps Privacy Guard should be active by simply tapping on them. Selected apps will not be able to access your personal data, such as contacts, messages or call logs. Long pressing on an entry opens the app details screen for that app.\n\nBy default built-in apps are not shown. If you want to show them or filter apps to show only the ones requesting access to personal data by their permissions, select the respective options in the menu.</string> + <string name="privacy_guard_manager_show_system_apps">Show built-in apps</string> <string name="privacy_guard_manager_filter_permissions">Permission filter</string> </resources> |