Improve strings

This commit is contained in:
Dominik Schürmann
2015-05-19 16:02:57 +02:00
parent 4885361cd2
commit 0f520975e4
4 changed files with 37 additions and 39 deletions

View File

@@ -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>