aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-05-19 16:02:57 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-05-19 16:12:04 +0200
commit0f520975e45de1776aab4945e8bde26a83904072 (patch)
tree5a1d74d8f065073edcc0a9588257268dae0fca5a /OpenKeychain/src/main/res/xml
parent4885361cd2f7c27a528fcfc5e8eac1cc1a9b50d0 (diff)
downloadopen-keychain-0f520975e45de1776aab4945e8bde26a83904072.tar.gz
open-keychain-0f520975e45de1776aab4945e8bde26a83904072.tar.bz2
open-keychain-0f520975e45de1776aab4945e8bde26a83904072.zip
Improve strings
Diffstat (limited to 'OpenKeychain/src/main/res/xml')
-rw-r--r--OpenKeychain/src/main/res/xml/cloud_search_prefs.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml b/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
index 08855fa22..d14f0bc40 100644
--- a/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
+++ b/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
@@ -1,20 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
-
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
- android:title="@string/pref_keyserver"
android:defaultValue="true"
+ android:key="search_keyserver_pref"
android:summary="@string/pref_keyserver_summary"
- android:key="search_keyserver_pref" />
-
- <CheckBoxPreference
- android:title="@string/pref_keybase"
- android:defaultValue="true"
- android:summary="@string/pref_keybase_summary"
- android:key="search_keybase_pref" />
+ android:title="@string/pref_keyserver" />
<PreferenceScreen
+ android:dependency="search_keyserver_pref"
android:key="keyServers"
android:persistent="false"
android:title="@string/label_keyservers" />
+
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="search_keybase_pref"
+ android:summary="@string/pref_keybase_summary"
+ android:title="@string/pref_keybase" />
+
</PreferenceScreen> \ No newline at end of file