From: Stéphane Jacob Date: Sun, 28 Jun 2009 09:03:15 +0000 (+0200) Subject: Speak French to the user/admin. X-Git-Tag: xorg/0.10.1~31 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=b618f326e3a77c58b1340bbee9850a0efdb4212d;p=platal.git Speak French to the user/admin. --- diff --git a/modules/admin.php b/modules/admin.php index 73ae584..aa6aaab 100644 --- a/modules/admin.php +++ b/modules/admin.php @@ -587,9 +587,9 @@ class AdminModule extends PLModule $mailer->send(); $globals->updateNbIns(); - $page->trigSuccess("Update was successful."); + $page->trigSuccess("La mise à jour a été faite avec succès."); } else { - $page->trigError("Update failed, please double check your values."); + $page->trigError("La mise à jour a échoué. S'il te plaît, vérifie les valeurs."); } // Checks for changes, and updates other tables of plat/al.