From: dj3c1t Date: Sun, 22 Dec 2013 18:22:51 +0000 (+0100) Subject: orthographe X-Git-Tag: mtweb.0.12.2 X-Git-Url: http://git.dj3c1t.com/?p=mtweb;a=commitdiff_plain;h=bbf4a37f435d057379b5f4abd21a282a339f3cd9 orthographe --- diff --git a/mw/app/controllers/users/identification.php b/mw/app/controllers/users/identification.php index 042231b..e8c5f78 100644 --- a/mw/app/controllers/users/identification.php +++ b/mw/app/controllers/users/identification.php @@ -16,7 +16,7 @@ ); $env->call_observers("user_login", array("user" => $user)); } - else $env->message("Idantifiants incorrects"); + else $env->message("Identifiants incorrects"); } }