From 7d7a184f799d34d3c19508fdb99a5b3eea659601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Wed, 30 Nov 2016 18:41:11 +0100 Subject: [PATCH] Fix account crash on Android 7, fixes #1956 --- OpenKeychain/src/main/res/values/strings.xml | 2 +- OpenKeychain/src/main/res/xml/account_preferences.xml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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