pref_or rather than pref_relay

svn:r21820
This commit is contained in:
Jacob Appelbaum 2010-03-06 00:46:46 +00:00
parent a4a1b1ce7d
commit 7b129b3b65
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ android:summary="ROOTED DEVICES ONLY: Activate Tor for all web traffic and DNS"
android:enabled="true"/>
<PreferenceCategory android:title="Relays">
<CheckBoxPreference android:key="pref_relay"
<CheckBoxPreference android:key="pref_or"
android:defaultValue="false"
android:title="Relaying"
android:summary="Enable your device to be a relay"
@ -32,7 +32,7 @@ android:dialogTitle="Enter Bridge Addresses"
android:enabled="false"
/>
<EditTextPreference android:key="pref_relay_port"
<EditTextPreference android:key="pref_or_port"
android:defaultValue="9001"
android:title="Relay Port"
android:summary="Listening port for your Tor relay"