Fixed translate. Ticket#3115

This commit is contained in:
Arturo Gonzalez 2015-12-24 14:08:44 +01:00
parent 326b5cdd96
commit 9cbba6142a
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ function process_user_login_remote ($login, $pass, $api = false) {
else
{
if ($return === "permissions_changed") {
$config["auth_error"] = __("Your permmission have been change. Please, login again");
$config["auth_error"] = __("Your permissions have changed. Please, login again.");
return false;
}
}