diff --git a/Template.php b/Template.php index 68fd351..52d46bd 100644 --- a/Template.php +++ b/Template.php @@ -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(), ); diff --git a/lang/en/lang.php b/lang/en/lang.php index b12f687..d06471c 100755 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -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';