aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenKeychain/src/main/res/xml/cloud_search_prefs.xml')
-rw-r--r--OpenKeychain/src/main/res/xml/cloud_search_prefs.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml b/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
index c87c4df7b..08855fa22 100644
--- a/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
+++ b/OpenKeychain/src/main/res/xml/cloud_search_prefs.xml
@@ -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