From 221ea20f7cbd3d0015a0a827b4d40a7268f1a4ba Mon Sep 17 00:00:00 2001 From: Jimmy Collins Date: Thu, 21 Sep 2006 18:29:54 +0000 Subject: [PATCH] without any words ... ;-( --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; } -- 2.20.1