aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-05-19 16:02:57 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-05-28 16:33:41 +0200
commit0b5c66ad0de94386f75df728e5a4d1e8de391ff5 (patch)
tree3315e5cd8b37fab4abfbaffd619cfe5470413751 /OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
parent6e3ed1d2db1f9dcf8cc90deda4370a1dc058f79b (diff)
downloadopen-keychain-0b5c66ad0de94386f75df728e5a4d1e8de391ff5.tar.gz
open-keychain-0b5c66ad0de94386f75df728e5a4d1e8de391ff5.tar.bz2
open-keychain-0b5c66ad0de94386f75df728e5a4d1e8de391ff5.zip
Improve strings
Diffstat (limited to 'OpenKeychain/src/main/res/xml/cloud_search_prefs.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