remove dupe, reorder key

svn:r21824
This commit is contained in:
Jacob Appelbaum 2010-03-06 01:27:51 +00:00
parent cd14cc5a19
commit 3da0729bbf
1 changed files with 3 additions and 2 deletions

View File

@ -49,9 +49,10 @@ android:dialogTitle="Enter a custom relay nickname"
</PreferenceCategory>
<PreferenceCategory android:title="FascistFirewalling">
<CheckBoxPreference android:defaultValue="false"
<CheckBoxPreference
android:key="pref_fascist_firewall"
android:defaultValue="false"
android:title="Fascist Firewall" android:key="pref_fascist_firewall"
android:title="Fascist Firewall"
android:summary="Run as a client behind a firewall with restrictive policies"
android:enabled="false"></CheckBoxPreference>