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:
authorJean-Marie Traissard <jim@lapin.org>2007-02-04 16:01:04 +0300
committerJean-Marie Traissard <jim@lapin.org>2007-02-04 16:01:04 +0300
commitd37e7d8e3ea850363f42b4707df840985b135e1b (patch)
tree0520071211c4be7a3094963623d14d8c6c3fc670 /src/profile_window.py
parente4fca50eb7860721709cd3f5b91a6bebb01f8507 (diff)
No space in indentation, checked by drpython (editor). /src part
Diffstat (limited to 'src/profile_window.py')
-rw-r--r--src/profile_window.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profile_window.py b/src/profile_window.py
index 3b9ff5e80..2015d5df9 100644
--- a/src/profile_window.py
+++ b/src/profile_window.py
@@ -321,8 +321,8 @@ 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 '
- 'information.'))
+ _('Without a connection you can not publish your contact '
+ 'information.'))
return
vcard = self.make_vcard()
nick = ''