From bc38d92e7f68ed7c13f57b09612d223f17e4dcdf Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 15 Aug 2013 10:33:27 +0200 Subject: [Darlan] improve some strings. Fixes #7239 --- src/profile_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profile_window.py') diff --git a/src/profile_window.py b/src/profile_window.py index 8ba1d56e0..823698631 100644 --- a/src/profile_window.py +++ b/src/profile_window.py @@ -367,7 +367,7 @@ class ProfileWindow: return if gajim.connections[self.account].connected < 2: dialogs.ErrorDialog(_('You are not connected to the server'), - _('Without a connection you can not publish your contact ' + _('Without a connection, you can not publish your contact ' 'information.')) return vcard_ = self.make_vcard() -- cgit v1.2.3