Make Issues tab-heading translateable
This commit is contained in:
parent
1f3641a828
commit
9cae5e7723
2 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,7 @@ class Template {
|
||||||
if ($this->plugins['magicmatcher']) {
|
if ($this->plugins['magicmatcher']) {
|
||||||
$tabs[] = array(
|
$tabs[] = array(
|
||||||
'id' => 'spr__tab-issues',
|
'id' => 'spr__tab-issues',
|
||||||
'label' => 'Issues', // FIXME
|
'label' => tpl_getLang('tab_issues'),
|
||||||
'tab' => $this->plugins['magicmatcher']->getIssueListHTML(),
|
'tab' => $this->plugins['magicmatcher']->getIssueListHTML(),
|
||||||
'count' => $this->plugins['magicmatcher']->getCountIssues(),
|
'count' => $this->plugins['magicmatcher']->getCountIssues(),
|
||||||
);
|
);
|
||||||
|
|
|
@ -30,6 +30,7 @@ $lang['meta_box_tags_none'] = 'tags found: none';
|
||||||
$lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
|
$lang['js']['meta_box_toc_none'] = 'no Table of Contents available';
|
||||||
|
|
||||||
$lang['tab_tags'] = 'Tags';
|
$lang['tab_tags'] = 'Tags';
|
||||||
|
$lang['tab_issues'] = 'Issues';
|
||||||
|
|
||||||
$lang['quality_trigger'] = 'toggle page analysis';
|
$lang['quality_trigger'] = 'toggle page analysis';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue