Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2013-08-15 12:33:27 +0400
committerYann Leboulanger <asterix@lagaule.org>2013-08-15 12:33:27 +0400
commitbc38d92e7f68ed7c13f57b09612d223f17e4dcdf (patch)
treef203d0899806cf9b6108bdf0508e0ec1c508de31 /src/profile_window.py
parent00a696c085b870252c6086563e0e29091db375b9 (diff)
[Darlan] improve some strings. Fixes #7239
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py2
1 files changed, 1 insertions, 1 deletions
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()