mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/CategoryTree
synced 2024-11-15 20:09:58 +00:00
change message "nothing found" to "no subcategories"
"nothing found" is misleading in standard category view (perhaps two separate messages are needed for "no subcategories" and "no subcategories or articles")
This commit is contained in:
parent
d59fef0e70
commit
fbbdd134c8
|
@ -30,7 +30,7 @@ $messages['categorytree-collapse']= 'collapse';
|
|||
$messages['categorytree-expand']= 'expand';
|
||||
$messages['categorytree-load']= 'load';
|
||||
$messages['categorytree-loading']= 'loading';
|
||||
$messages['categorytree-nothing-found']= 'nothing found';
|
||||
$messages['categorytree-nothing-found']= 'no subcategories';
|
||||
$messages['categorytree-not-found']= "Category <i>$1</i> not found";
|
||||
|
||||
$messages['categorytree-show-list'] = "Show as list";
|
||||
|
|
Loading…
Reference in a new issue