[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21831: {projects} fixed small issue with bridge list field validation - correc (projects/android/trunk/Orbot/res/xml)
Author: n8fr8
Date: 2010-03-06 17:04:18 +0000 (Sat, 06 Mar 2010)
New Revision: 21831
Modified:
projects/android/trunk/Orbot/res/xml/preferences.xml
Log:
fixed small issue with bridge list field validation - correctly identifies if address entered when bridges are enabled
Modified: projects/android/trunk/Orbot/res/xml/preferences.xml
===================================================================
--- projects/android/trunk/Orbot/res/xml/preferences.xml 2010-03-06 15:02:04 UTC (rev 21830)
+++ projects/android/trunk/Orbot/res/xml/preferences.xml 2010-03-06 17:04:18 UTC (rev 21831)
@@ -21,7 +21,7 @@
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"