Fix language problems reported by yahoe.001 on transifex
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user