From f625a26bbd9e4e1049480028b7738ff4e37fd712 Mon Sep 17 00:00:00 2001 From: Adithya Abraham Philip Date: Mon, 17 Aug 2015 03:39:24 +0530 Subject: added on/off summaries --- OpenKeychain/src/main/res/values/strings.xml | 9 ++++++--- OpenKeychain/src/main/res/xml/sync_preferences.xml | 6 ++---- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index ba5be593f..2d9b22852 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -177,9 +177,13 @@ "Search keys on keybase.io" "Automatically update keys" - "Updates keys older than a week, from the preferred keyserver" + "Keys older than a week are updated from the preferred keyserver" + "Keys not automatically updated" "Sync Contacts with Keys" - "Associates contacts with imported keys, based on email, completely offline" + "Keys linked to contacts with matching emails, happens completely offline" + "New keys will not be linked to contacts" + + "Automatically update keys" "Enable Tor" @@ -1358,7 +1362,6 @@ "Password" - "Update Keys from Cloud" "Sync From Cloud requires Orbot" "Tap to start orbot" "Start Orbot" diff --git a/OpenKeychain/src/main/res/xml/sync_preferences.xml b/OpenKeychain/src/main/res/xml/sync_preferences.xml index d4ea81591..e870be9ec 100644 --- a/OpenKeychain/src/main/res/xml/sync_preferences.xml +++ b/OpenKeychain/src/main/res/xml/sync_preferences.xml @@ -2,11 +2,9 @@ + android:title="@string/label_sync_settings_keyserver_title"/> + android:title="@string/label_sync_settings_contacts_title" /> -- cgit v1.2.3