Changeset 1346

Show
Ignore:
Timestamp:
09/10/08 17:03:11 (3 months ago)
Author:
scitech
Message:

Mail_add.php display incorrect messages

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r1345 r1346  
    44        - LANGUAGES: 
    55                * Updated French (thanks momo) 
     6                * Mail_add.php display incorrect messages 
    67 
    782008-09-09 Daniel Andreca 
  • trunk/gui/client/mail_add.php

    r1327 r1346  
    398398        } else if (!chk_password($pass, 50, "/[`\xb4'\"\\\\\x01-\x1f\015\012|<>^$]/i")) { 
    399399                // Not permitted chars 
    400             set_page_message(tr('Password data is shorter than %s signs or includes not permitted signs!'), Config::get('PASSWD_CHARS')); 
     400            set_page_message(tr('Password data is shorter than %s signs or includes not permitted signs!', Config::get('PASSWD_CHARS'))); 
    401401            return false; 
    402402        }