Index: branches/5.2.x/core/units/users/users_config.php =================================================================== diff -u -N -r16388 -r16584 --- branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 16388) +++ branches/5.2.x/core/units/users/users_config.php (.../users_config.php) (revision 16584) @@ -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' => '', ),