fixed small issue with bridge list field validation - correctly identifies if address entered when bridges are enabled

svn:r21831
This commit is contained in:
Nathan Freitas 2010-03-06 17:04:18 +00:00
parent 223a03e617
commit 65e03ac68f
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ android:summary="Enable alternate entrance nodes into the Tor Network"></CheckBo
android:title="Update from Authority" android:key="pref_bridges_update"
android:summary="Modify bridge list automatically"></CheckBoxPreference>
<EditTextPreference android:key="pref_bridge_list"
<EditTextPreference android:key="pref_bridges_list"
android:title="Bridges"
android:summary="IP address and port of bridges"
android:dialogTitle="Enter Bridge Addresses"