r103316 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103315‎ | r103316 | r103317 >
Date:12:40, 16 November 2011
Author:bawolff
Status:ok
Tags:
Comment:
Capitalize the first letter in the tool-tip that cat-tree uses for the counts in en (message: categorytree-member-counts). All of our other sentence length tool-tips start with a capital letter.
Modified paths:
  • /trunk/extensions/CategoryTree/CategoryTree.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CategoryTree/CategoryTree.i18n.php
@@ -37,7 +37,7 @@
3838 'categorytree-empty-bullet' => '[<b>×</b>]', # do not translate or duplicate this message to other languages
3939 'categorytree-page-bullet' => '&nbsp;', # do not translate or duplicate this message to other languages
4040
41 - 'categorytree-member-counts' => 'contains {{PLURAL:$1|1 subcategory|$1 subcategories}}, {{PLURAL:$2|1 page|$2 pages}}, and {{PLURAL:$3|1 file|$3 files}}', # $1=subcategories, $2=subpages, $3=files, $4=total, $5=shown-in-tree
 41+ 'categorytree-member-counts' => 'Contains {{PLURAL:$1|1 subcategory|$1 subcategories}}, {{PLURAL:$2|1 page|$2 pages}}, and {{PLURAL:$3|1 file|$3 files}}', # $1=subcategories, $2=subpages, $3=files, $4=total, $5=shown-in-tree
4242 'categorytree-member-num' => '($5)', # do not translate or duplicate this message to other languages
4343 'categorytree-num-categories' => '$1 C',
4444 'categorytree-num-pages' => '$1 P',

Status & tagging log