Fix language problems reported by yahoe.001 on transifex

This commit is contained in:
Dominik Schürmann
2015-03-23 22:18:29 +01:00
parent 2204195234
commit 6b164ad8bf
4 changed files with 16 additions and 11 deletions

View File

@@ -2,15 +2,15 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<CheckBoxPreference
android:title="Search Keyserver"
android:title="@string/pref_keyserver"
android:defaultValue="true"
android:summary="Search HKP keyserver"
android:summary="@string/pref_keyserver_summary"
android:key="search_keyserver_pref" />
<CheckBoxPreference
android:title="Search Keybase.io"
android:title="@string/pref_keybase"
android:defaultValue="true"
android:summary="Search Keybase.io index"
android:summary="@string/pref_keybase_summary"
android:key="search_keybase_pref" />
<PreferenceScreen