r93278 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93277‎ | r93278 | r93279 >
Date:15:37, 27 July 2011
Author:yaron
Status:deferred
Tags:
Comment:
Changed message used in top-level "personal URL", to show up as "Semantic watchlist" instead of "Semantic Watchlist", in English
Modified paths:
  • /trunk/extensions/SemanticWatchlist/SemanticWatchlist.hooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.hooks.php
@@ -309,7 +309,7 @@
310310
311311 $url = SpecialPage::getTitleFor( 'SemanticWatchlist' )->getLinkUrl();
312312 $semanticWatchlist = array(
313 - 'text' => wfMsg( 'special-semanticwatchlist' ),
 313+ 'text' => wfMsg( 'prefs-swl' ),
314314 'href' => $url,
315315 'active' => ( $url == $title->getLinkUrl() )
316316 );
@@ -321,4 +321,4 @@
322322 return true;
323323 }
324324
325 -}
\ No newline at end of file
 325+}