fixed typo
authorHusen Daudi <hda@hda-laptop>
Tue, 19 Apr 2011 13:36:24 +0000 (19:06 +0530)
committerHusen Daudi <hda@hda-laptop>
Tue, 19 Apr 2011 13:36:24 +0000 (19:06 +0530)
bzr revid: hda@hda-laptop-20110419133624-w3tbgukt9e83h2h2

addons/base_calendar/wizard/base_calendar_invite_attendee.py

index ea4d5ac..59bde61 100644 (file)
@@ -140,7 +140,7 @@ send an Email to Invited Person')
                 if not mail_to:
                     name =  map(lambda x: x[1], filter(lambda x: type==x[0], \
                                        self._columns['type'].selection))
-                    raise osv.except_osv(_('Error!'), ("%s must have an email  Address to send mail") %(name[0]))
+                    raise osv.except_osv(_('Error!'), ("%s must have an email  address to send mail") %(name[0]))
                 att_obj._send_mail(cr, uid, attendees, mail_to, \
                        email_from = current_user.user_email or tools.config.get('email_from', False))