From: Aryeh Gregor Date: Thu, 19 Apr 2007 22:25:43 +0000 (+0000) Subject: Hyphens in message keys a) improve readability b) don't require me to redo my patch X-Git-Tag: 1.31.0-rc.0~53342 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=c23a79d50e6d0dc156e37a956f9bd882630c172e;p=lhc%2Fweb%2Fwiklou.git Hyphens in message keys a) improve readability b) don't require me to redo my patch --- diff --git a/includes/SkinTemplate.php b/includes/SkinTemplate.php index 1c0a3dc4ce..06cb8bedcf 100644 --- a/includes/SkinTemplate.php +++ b/includes/SkinTemplate.php @@ -518,7 +518,7 @@ class SkinTemplate extends Skin { ); $href = self::makeSpecialUrl( 'Watchlist' ); $personal_urls['watchlist'] = array( - 'text' => wfMsg( 'mywatchlist' ), + 'text' => wfMsg( 'my-watchlist' ), 'href' => $href, 'active' => ( $href == $pageurl ) );