From: x2003bruneau Date: Wed, 15 Aug 2007 21:35:55 +0000 (+0000) Subject: Import rev1917 (More explicit message) X-Git-Tag: xorg/0.9.14^0 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=324ae1ba6cba02a953db1213f25c7778e6fc1e3b;p=platal.git Import rev1917 (More explicit message) lists.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1918 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/lists.php b/modules/lists.php index eca8290..4ce37e1 100644 --- a/modules/lists.php +++ b/modules/lists.php @@ -455,7 +455,7 @@ class ListsModule extends PLModule if (Post::has('moderate_mails') && Post::has('select_mails')) { $mails = array_keys(Post::v('select_mails')); if (count($mails) > 10) { - $page->trig("Impossible de réaliser plus de 10 actions à la fois"); + $page->trig("Le nombre d'actions qui peuvent être effectuées en un seul appel de cette page est limité à 10, car le temps de chargement de celle-ci est autrement trop long. Seules les dix premières actions demandées ont été effectuées."); $mails = array_slice($mails, 0, 10); } foreach($mails as $mail) {