Show
Ignore:
Timestamp:
09/03/10 20:55:02 (21 months ago)
Author:
winfried
Message:

- correction in CHI config
- replacing "e-mail adres" with "e-mailadres", closes #181

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/HelpIM/chat/pages/ShowChat.py

    r1147 r1172  
    5454        if self.checkParam('action', 'inviteCW'): 
    5555            self.checkNotEmpty('conv_id', 'Fout: conv_id mist!') 
    56             if self.checkNotEmpty('invite_cw_email', 'Geef een e-mail adres op voor de uitnodiging'): 
    57                 self.checkEmailValid('invite_cw_email', 'Geef AUB een correct e-mail adres') 
     56            if self.checkNotEmpty('invite_cw_email', 'Geef een e-mailadres op voor de uitnodiging'): 
     57                self.checkEmailValid('invite_cw_email', 'Geef AUB een correct e-mailadres') 
    5858            self.checkNotEmpty('invite_cw_text', 'Geef AUB een tekstbericht om mee te sturen met uw uitnodiging') 
    5959             
     
    183183                self.panelMessage = 'Uitnodiging is verstuurd' 
    184184            else: 
    185                 self.addError('invite_cw_email', 'Sorry, er is geen gebruiker met dit e-mail adres bekend') 
     185                self.addError('invite_cw_email', 'Sorry, er is geen gebruiker met dit e-mailadres bekend') 
    186186 
    187187        self.site.flush(self.site)