[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1963: Give the Network settings page checkboxes some better toolti (in trunk: . src/gui/config)



Author: edmanm
Date: 2007-10-02 22:44:37 -0400 (Tue, 02 Oct 2007)
New Revision: 1963

Modified:
   trunk/
   trunk/src/gui/config/networkpage.ui
Log:
 r1995@lysithea:  edmanm | 2007-10-02 22:44:32 -0400
 Give the Network settings page checkboxes some better tooltips.



Property changes on: trunk
___________________________________________________________________
 svk:merge ticket from /local/vidalia/trunk [r1995] on dc66be73-d13e-47ba-a267-8dc7cda68c65

Modified: trunk/src/gui/config/networkpage.ui
===================================================================
--- trunk/src/gui/config/networkpage.ui	2007-09-30 23:22:21 UTC (rev 1962)
+++ trunk/src/gui/config/networkpage.ui	2007-10-03 02:44:37 UTC (rev 1963)
@@ -26,6 +26,9 @@
    </property>
    <item>
     <widget class="QCheckBox" name="chkUseProxy" >
+     <property name="toolTip" >
+      <string>Check to configure Tor to use a proxy to access the Internet</string>
+     </property>
      <property name="text" >
       <string>I use a proxy to access the Internet</string>
      </property>
@@ -175,7 +178,7 @@
       <enum>Qt::NoContextMenu</enum>
      </property>
      <property name="toolTip" >
-      <string>Check to run as a Tor network server</string>
+      <string>Check to configure Tor to only connect to servers using ports allowed by your firewall</string>
      </property>
      <property name="text" >
       <string>My firewall only lets me connect to certain ports</string>
@@ -233,6 +236,9 @@
    </item>
    <item>
     <widget class="QCheckBox" name="chkUseBridges" >
+     <property name="toolTip" >
+      <string>Check to configure Tor to use bridge servers to access the Tor network</string>
+     </property>
      <property name="text" >
       <string>My ISP blocks connections to the Tor network</string>
      </property>