fix a string
This commit is contained in:
parent
0febdc2d0a
commit
93bf5477b4
|
@ -295,7 +295,7 @@ class TabbedChatWindow(chat.Chat):
|
||||||
return False
|
return False
|
||||||
if gajim.connections[self.account].connected < 2: #we are not connected
|
if gajim.connections[self.account].connected < 2: #we are not connected
|
||||||
dialogs.ErrorDialog(_("A connection is not available"),
|
dialogs.ErrorDialog(_("A connection is not available"),
|
||||||
_("Your message can't be sent until you reconnect.")).get_response()
|
_("Your message can't be sent until you are connected.")).get_response()
|
||||||
return True
|
return True
|
||||||
|
|
||||||
# send the message
|
# send the message
|
||||||
|
|
Loading…
Reference in New Issue