Show more descriptive titles for the do-icons
This should also fix an occasional fatal-error when all tasks on a page are done. We remove here also the $class from the button in the usertools, since it served no apparent purpose. SPR-936
This commit is contained in:
parent
c22ee858b3
commit
1140677f44
3 changed files with 15 additions and 13 deletions
|
@ -38,7 +38,11 @@ $lang['quality_trigger'] = 'toggle page analysis';
|
|||
$lang['prefix_tasks'] = 'open tasks: ';
|
||||
$lang['prefix_tasks_user'] = 'your open tasks: ';
|
||||
$lang['prefix_tasks_page'] = 'open tasks for this page: ';
|
||||
$lang['tasks_page_none'] = 'no open tasks for this page';
|
||||
$lang['tasks_page_none'] = 'There are no open tasks for this page.';
|
||||
$lang['tasks_page_intime'] = 'There are %1$d open tasks on this page.';
|
||||
$lang['tasks_page_late'] = 'There are %1$d open tasks on this page, %2$d are late.';
|
||||
$lang['tasks_user_none'] = 'You have no open tasks.';
|
||||
$lang['tasks_user_intime'] = 'You have %1$d open tasks.';
|
||||
|
||||
$lang['discussion'] = 'Discussion';
|
||||
$lang['back_to_article'] = 'Back to article';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue