1
0

Split colon - separate

Separate colon symbol for duplicated text strings
This commit is contained in:
rdymac
2013-11-05 22:13:16 +01:00
parent 9c016a94e2
commit 280dd93aa0
2 changed files with 4 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ class NetworkDialog(QDialog):
status = _("Not connected")
if network.is_connected():
status += "\n" + _("Server:") + " %s"%(network.interface.host)
status += "\n" + _("Server") + ": %s"%(network.interface.host)
else:
status += "\n" + _("Disconnected from server")