aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/xml
diff options
context:
space:
mode:
authorAdithya Abraham Philip <adithyaphilip@gmail.com>2015-06-11 01:34:35 +0530
committerAdithya Abraham Philip <adithyaphilip@gmail.com>2015-07-03 20:46:15 +0530
commit65ca77c3cbb5b8bece96e16ff4cd5040ad7884a3 (patch)
treef709caf08e096366d1ebc5ca5674bf7fc7b1728f /OpenKeychain/src/main/res/xml
parent31fac3080e13ef1bd0cf380b3d04c13293259e5f (diff)
downloadopen-keychain-65ca77c3cbb5b8bece96e16ff4cd5040ad7884a3.tar.gz
open-keychain-65ca77c3cbb5b8bece96e16ff4cd5040ad7884a3.tar.bz2
open-keychain-65ca77c3cbb5b8bece96e16ff4cd5040ad7884a3.zip
orbot dialog fragments added
Diffstat (limited to 'OpenKeychain/src/main/res/xml')
-rw-r--r--OpenKeychain/src/main/res/xml/proxy_prefs.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenKeychain/src/main/res/xml/proxy_prefs.xml b/OpenKeychain/src/main/res/xml/proxy_prefs.xml
index ab9c5a3e3..94e101cb6 100644
--- a/OpenKeychain/src/main/res/xml/proxy_prefs.xml
+++ b/OpenKeychain/src/main/res/xml/proxy_prefs.xml
@@ -3,17 +3,17 @@
<CheckBoxPreference
android:key="useTorProxy"
android:persistent="true"
- android:title="@string/pref_proxy_tor_label"
+ android:title="@string/pref_proxy_tor_title"
android:summary="@string/pref_proxy_tor_summary" />
<CheckBoxPreference
android:key="useNormalProxy"
android:persistent="true"
- android:title="@string/pref_proxy_normal" />
+ android:title="@string/pref_proxy_normal_title" />
<EditTextPreference
android:key="proxyHost"
android:persistent="true"
android:defaultValue="127.0.0.1"
- android:title="@string/pref_proxy_host_label"
+ android:title="@string/pref_proxy_host_title"
android:cursorVisible="true"
android:textCursorDrawable="@null"
android:inputType="textEmailAddress"/>
@@ -21,7 +21,7 @@
android:key="proxyPort"
android:defaultValue="8118"
android:persistent="true"
- android:title="@string/pref_proxy_port_label"
+ android:title="@string/pref_proxy_port_title"
android:textCursorDrawable="@null"
android:inputType="number" />
<ListPreference
@@ -30,5 +30,5 @@
android:defaultValue="@string/pref_proxy_type_value_http"
android:key="proxyType"
android:persistent="true"
- android:title="@string/pref_proxy_type_label" />
+ android:title="@string/pref_proxy_type_title" />
</PreferenceScreen>