Make Issues tab-heading translateable

This commit is contained in:
Michael Große 2017-03-20 16:58:22 +01:00
commit 9cae5e7723
No known key found for this signature in database
GPG key ID: 7E31028FBFEACC79
2 changed files with 2 additions and 1 deletions

View file

@ -80,7 +80,7 @@ class Template {
if ($this->plugins['magicmatcher']) {
$tabs[] = array(
'id' => 'spr__tab-issues',
'label' => 'Issues', // FIXME
'label' => tpl_getLang('tab_issues'),
'tab' => $this->plugins['magicmatcher']->getIssueListHTML(),
'count' => $this->plugins['magicmatcher']->getCountIssues(),
);

View file

@ -30,6 +30,7 @@ $lang['meta_box_tags_none'] = 'tags found: none';
$lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
$lang['tab_tags'] = 'Tags';
$lang['tab_issues'] = 'Issues';
$lang['quality_trigger'] = 'toggle page analysis';