history server-> main server
authorthomasv <thomasv@gitorious>
Wed, 11 Sep 2013 14:32:18 +0000 (16:32 +0200)
committerthomasv <thomasv@gitorious>
Wed, 11 Sep 2013 14:32:18 +0000 (16:32 +0200)
gui/gui_classic/network_dialog.py

index 5b4502d..2d02dd3 100644 (file)
@@ -51,9 +51,9 @@ class NetworkDialog(QDialog):
                 status = _("Not connected")
 
             if interface.is_connected:
-                status += "\n" + _("History server:") + " %s"%(interface.host) 
+                status += "\n" + _("Main server:") + " %s"%(interface.host) 
             else:
-                status += "\n" + _("History server is disconnected")
+                status += "\n" + _("Disconnected from main server")
                 
 
             server = interface.server