Index: branches/5.1.x/core/units/users/users_event_handler.php =================================================================== diff -u -r13581 -r13773 --- branches/5.1.x/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 13581) +++ branches/5.1.x/core/units/users/users_event_handler.php (.../users_event_handler.php) (revision 13773) @@ -1,6 +1,6 @@ getUserObject(); if ($result == LOGIN_RESULT_NO_PERMISSION) { - $object->SetError('ValidateLogin', 'no_permission', 'lu_no_permissions'); + $object->SetError('ValidateLogin', 'no_permission', 'la_no_permissions'); } else { $object->SetID(USER_GUEST);