From: Ævar Arnfjörð Bjarmason Date: Sat, 14 May 2005 13:57:53 +0000 (+0000) Subject: * (bug 498) The Views heading in MonoBook.php is now localizable X-Git-Tag: 1.5.0alpha2~198 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=a094ebd67703c579cc0f7280c14e2cea6335cb08;p=lhc%2Fweb%2Fwiklou.git * (bug 498) The Views heading in MonoBook.php is now localizable --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index e9238c6519..87d118b474 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -164,6 +164,7 @@ Various bugfixes, small features, and a few experimental things: === Changes since 1.5alpha1 === * ...various... +* (bug 498) The Views heading in MonoBook.php is now localizable * (bug 2067) Fixed crash on empty quoted HTML attribute * (bug 2079) Removed links to Special:Maintenance from movepagetext messages * Fix for reading incorrectly re-gzipped HistoryBlob entries diff --git a/languages/Language.php b/languages/Language.php index 94cac824d5..e6329d48de 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -416,6 +416,7 @@ and the [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide User's Guide] f 'articlepage' => 'View content page', 'subjectpage' => 'View subject', # For compatibility 'talk' => 'Discussion', +'views' => 'Views', 'toolbox' => 'Toolbox', 'userpage' => 'View user page', 'wikipediapage' => 'View project page', diff --git a/skins/MonoBook.php b/skins/MonoBook.php index 952b86d3c6..a43852dd32 100644 --- a/skins/MonoBook.php +++ b/skins/MonoBook.php @@ -93,7 +93,7 @@ class MonoBookTemplate extends QuickTemplate {
-
Views
+
msg('views') ?>
    data['content_actions'] as $key => $action) { ?>