Index: branches/5.3.x/core/units/users/users_config.php =================================================================== diff -u -N -r16395 -r16600 --- branches/5.3.x/core/units/users/users_config.php (.../users_config.php) (revision 16395) +++ branches/5.3.x/core/units/users/users_config.php (.../users_config.php) (revision 16600) @@ -1,6 +1,6 @@ 255, 'formatter' => 'kFormatter', 'regexp' => '/^[A-Z\d_\-\.]+$/i', 'error_msgs' => Array ( - 'unique' => '!lu_user_already_exist!', 'invalid_format' => '!la_error_InvalidLogin!', 'banned' => '!la_error_UserBanned!' + 'unique' => '!lu_user_already_exist!', 'invalid_format' => '!la_error_InvalidUsername!', 'banned' => '!la_error_UserBanned!' ), 'unique' => Array (), 'default' => '', ),