mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 20:09:58 +00:00
fixed broken html entity in message categorytree-empty-bullet
This commit is contained in:
parent
b110a1b6aa
commit
e8c711e9bd
|
@ -34,7 +34,7 @@ If you have a very old browser, or have JavaScript disabled, it will not work.',
|
|||
'categorytree-expand' => 'expand',
|
||||
'categorytree-collapse-bullet' => '[<b>−</b>]', # do not translate or duplicate this message to other languages
|
||||
'categorytree-expand-bullet' => '[<b>+</b>]', # do not translate or duplicate this message to other languages
|
||||
'categorytree-empty-bullet' => '[<b>×</b>]', # do not translate or duplicate this message to other languages
|
||||
'categorytree-empty-bullet' => '[<b>×</b>]', # do not translate or duplicate this message to other languages
|
||||
'categorytree-page-bullet' => ' ', # do not translate or duplicate this message to other languages
|
||||
|
||||
'categorytree-member-counts' => 'contains {{PLURAL:$1|1 subcategory|$1 subcategories}}, {{PLURAL:$2|1 page|$2 pages}}, and {{PLURAL:$3|1 file|$3 files}}',
|
||||
|
|
Loading…
Reference in a new issue