r43344 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43343‎ | r43344 | r43345 >
Date:11:03, 10 November 2008
Author:jojo
Status:old
Tags:
Comment:
fix: use translatable string
Modified paths:
  • /trunk/extensions/Collection/Collection.i18n.php (modified) (history)
  • /trunk/extensions/Collection/Collection.templates.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Collection/Collection.i18n.php
@@ -51,6 +51,7 @@
5252 'coll-download' => 'Download',
5353 'coll-format_label' => 'Format:',
5454 'coll-remove' => 'Remove',
 55+ 'coll-show' => 'Show',
5556 'coll-move_to_top' => 'Move to top',
5657 'coll-move_up' => 'Move up',
5758 'coll-move_down' => 'Move down',
Index: trunk/extensions/Collection/Collection.templates.php
@@ -188,7 +188,7 @@
189189 }
190190 echo ' ' . $revision; ?>
191191 </span>
192 - <a class="articleLink" href="<?php echo $url ?>" style="margin-left:1em;">[Show]</a>
 192+ <a class="articleLink" href="<?php echo $url ?>" style="margin-left:1em;">[<?php $this->msg('coll-show') ?>]</a>
193193 </li>
194194 <?php } else if ($item['type'] == 'chapter') { ?>
195195 <li id="item-<?php echo $index ?>" class="chapter" style="margin-top:0.3em;">

Status & tagging log