From: Pierre Habouzit (MadCoder Date: Sat, 15 Jan 2005 14:03:41 +0000 (+0000) Subject: wibble X-Git-Tag: xorg/old~415 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5588861a380db8b59f28beda4c33db499cd8bd14;p=platal.git wibble git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-341 --- diff --git a/hooks/tmp.inc.php b/hooks/tmp.inc.php index 9ab5d2a..7ab7913 100644 --- a/hooks/tmp.inc.php +++ b/hooks/tmp.inc.php @@ -57,7 +57,8 @@ function tmp_prefs() Array( 'url' => 'preferences.php?mail_fmt='.$fmt, 'title' => 'Recevoir les mails en format '.$fmt2, - 'text' => 'Les mails envoyés par le site (lettre mensuelle, carnet, ...) le sont de préférence en format '.Session::get('mail_fmt', 'html'), + 'text' => 'Tu recois es mails envoyés par le site (lettre mensuelle, carnet, ...) de préférence sous forme de ' + .Session::get('mail_fmt', 'html').'', 'weight' => 30 ) );