From: Jimmy Collins Date: Thu, 21 Sep 2006 18:29:54 +0000 (+0000) Subject: without any words ... ;-( X-Git-Tag: 1.31.0-rc.0~55754 X-Git-Url: http://git.cyclocoop.org/%40spipnet%40?a=commitdiff_plain;h=221ea20f7cbd3d0015a0a827b4d40a7268f1a4ba;p=lhc%2Fweb%2Fwiklou.git without any words ... ;-( --- diff --git a/includes/Skin.php b/includes/Skin.php index bb6e64c9f1..1c67864415 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -1055,7 +1055,7 @@ END; if ( $timestamp ) { $d = $wgLang->date( $timestamp, true ); $t = $wgLang->time( $timestamp, true ); - $s = ' ' . wfMsg( 'lastmodified', $d, $t ); + $s = ' ' . wfMsg( 'lastmodifiedat', $d, $t ); } else { $s = ''; }