From a094ebd67703c579cc0f7280c14e2cea6335cb08 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Sat, 14 May 2005 13:57:53 +0000 Subject: [PATCH] * (bug 498) The Views heading in MonoBook.php is now localizable --- RELEASE-NOTES | 1 + languages/Language.php | 1 + skins/MonoBook.php | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) 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) { ?>