Split colon - separate
Separate colon symbol for duplicated text strings
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user