From 93bf5477b4725c5609ca43f7383bb2a829ae9235 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 28 Jun 2005 10:20:59 +0000 Subject: [PATCH] fix a string --- src/tabbed_chat_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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