diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index 3ef164443..593afa797 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -1535,7 +1535,7 @@ "You can not create OpenKeychain accounts manually." "Privacy" - "OpenKeychain does not synchronize your contacts with the Internet. It only links contacts to keys based on names and email addresses. It does this offline on your device." + "OpenKeychain does not synchronize your contacts with the Internet. It only links contacts to keys based on names and email addresses. This is done offline on your device." "Access to contacts required" "Touch to configure linking to contacts" diff --git a/OpenKeychain/src/main/res/xml/account_preferences.xml b/OpenKeychain/src/main/res/xml/account_preferences.xml index 3fdb54f1e..484968a5d 100644 --- a/OpenKeychain/src/main/res/xml/account_preferences.xml +++ b/OpenKeychain/src/main/res/xml/account_preferences.xml @@ -1,10 +1,9 @@ - - - + android:summary="@string/account_privacy_text" + android:title="@string/account_privacy_title" /> \ No newline at end of file