Index: trunk/extensions/SemanticWatchlist/SemanticWatchlist.hooks.php |
— | — | @@ -309,7 +309,7 @@ |
310 | 310 | |
311 | 311 | $url = SpecialPage::getTitleFor( 'SemanticWatchlist' )->getLinkUrl(); |
312 | 312 | $semanticWatchlist = array( |
313 | | - 'text' => wfMsg( 'special-semanticwatchlist' ), |
| 313 | + 'text' => wfMsg( 'prefs-swl' ), |
314 | 314 | 'href' => $url, |
315 | 315 | 'active' => ( $url == $title->getLinkUrl() ) |
316 | 316 | ); |
— | — | @@ -321,4 +321,4 @@ |
322 | 322 | return true; |
323 | 323 | } |
324 | 324 | |
325 | | -} |
\ No newline at end of file |
| 325 | +} |