Show
Ignore:
Timestamp:
02/06/07 20:54:30 (22 months ago)
Author:
asterix
Message:

merge diff from trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11/src/profile_window.py

    r7888 r7940  
    322322                if gajim.connections[self.account].connected < 2: 
    323323                        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.')) 
    326326                        return 
    327327                vcard = self.make_vcard()