* (bug 498) The Views heading in MonoBook.php is now localizable
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 14 May 2005 13:57:53 +0000 (13:57 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Sat, 14 May 2005 13:57:53 +0000 (13:57 +0000)
RELEASE-NOTES
languages/Language.php
skins/MonoBook.php

index e9238c6..87d118b 100644 (file)
@@ -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
index 94cac82..e6329d4 100644 (file)
@@ -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',
index 952b86d..a43852d 100644 (file)
@@ -93,7 +93,7 @@ class MonoBookTemplate extends QuickTemplate {
       </div>
       <div id="column-one">
        <div id="p-cactions" class="portlet">
-         <h5>Views</h5>
+         <h5><?php $this->msg('views') ?></h5>
          <ul>
            <?php foreach($this->data['content_actions'] as $key => $action) {
               ?><li id="ca-<?php echo htmlspecialchars($key) ?>"