Changeset 7940 for branches/gajim_0.11/src/profile_window.py
- Timestamp:
- 02/06/07 20:54:30 (22 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/profile_window.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/profile_window.py
r7888 r7940 322 322 if gajim.connections[self.account].connected < 2: 323 323 dialogs.ErrorDialog(_('You are not connected to the server'), 324 _('Without a connection you can not publish your contact '325 'information.'))324 _('Without a connection you can not publish your contact ' 325 'information.')) 326 326 return 327 327 vcard = self.make_vcard()
