diff --git a/src/tabbed_chat_window.py b/src/tabbed_chat_window.py index 44acfe840..a0cf08fd6 100644 --- a/src/tabbed_chat_window.py +++ b/src/tabbed_chat_window.py @@ -295,7 +295,7 @@ class TabbedChatWindow(chat.Chat): return False if gajim.connections[self.account].connected < 2: #we are not connected 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 # send the message