From: Aaron Schulz Date: Fri, 5 Sep 2008 07:17:47 +0000 (+0000) Subject: tweak comment X-Git-Tag: 1.31.0-rc.0~45468 X-Git-Url: http://git.cyclocoop.org/%22%2C%20generer_url_ecrire%28?a=commitdiff_plain;h=126fb25bcce346c11b08a15cf01c376121ca292d;p=lhc%2Fweb%2Fwiklou.git tweak comment --- diff --git a/includes/LogPage.php b/includes/LogPage.php index c56bc89005..983b952e9b 100644 --- a/includes/LogPage.php +++ b/includes/LogPage.php @@ -206,7 +206,7 @@ class LogPage { default: if( $title->getNamespace() == NS_SPECIAL ) { list( $name, $par ) = SpecialPage::resolveAliasWithSubpage( $title->getDBKey() ); - # Use the langauge name for log titles + # Use the language name for log titles, rather than Log/X if( $name == 'Log' ) { $titleLink = '('.$skin->makeLinkObj( $title, LogPage::logName( $par ) ).')'; } else {