fixed broken html entity in message categorytree-empty-bullet

This commit is contained in:
Daniel Kinzler 2008-07-01 20:50:25 +00:00
parent b110a1b6aa
commit e8c711e9bd

View file

@ -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>&#x2212;</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>&#215</b>]', # do not translate or duplicate this message to other languages
'categorytree-empty-bullet' => '[<b>&#xD7;</b>]', # do not translate or duplicate this message to other languages
'categorytree-page-bullet' => '&nbsp;', # 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}}',