without any words ... ;-(
authorJimmy Collins <collinj@users.mediawiki.org>
Thu, 21 Sep 2006 18:29:54 +0000 (18:29 +0000)
committerJimmy Collins <collinj@users.mediawiki.org>
Thu, 21 Sep 2006 18:29:54 +0000 (18:29 +0000)
includes/Skin.php

index bb6e64c..1c67864 100644 (file)
@@ -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 = '';
                }