diff --git a/module/bug/model.php b/module/bug/model.php index 2a7e37010e..4ec513e36a 100644 --- a/module/bug/model.php +++ b/module/bug/model.php @@ -87,8 +87,8 @@ class bugModel extends model } $pageNav .= $selectHtml; - $this->lang->modulePageNav = $pageNav; - $this->lang->modulePageActions = $pageActions; + $this->lang->modulePageNav = $pageNav; + $this->lang->TRActions = $pageActions; foreach($this->lang->bug->menu as $key => $menu) { if($this->config->global->flow == 'full') $this->loadModel('qa')->setSubMenu('bug', $key, $productID); diff --git a/module/caselib/model.php b/module/caselib/model.php index c8965bac3a..36b29ffcf9 100644 --- a/module/caselib/model.php +++ b/module/caselib/model.php @@ -114,8 +114,8 @@ class caselibModel extends model } $pageNav .= $selectHtml; - $this->lang->modulePageNav = $pageNav; - $this->lang->modulePageActions = $pageActions; + $this->lang->modulePageNav = $pageNav; + $this->lang->TRActions = $pageActions; foreach($this->lang->caselib->menu as $key => $value) { if($this->config->global->flow == 'full') $this->loadModel('qa')->setSubMenu('caselib', $key, $libID); diff --git a/module/common/view/header.html.php b/module/common/view/header.html.php index 6f490a4a87..c4acc966d0 100755 --- a/module/common/view/header.html.php +++ b/module/common/view/header.html.php @@ -29,7 +29,7 @@ include 'chosen.html.php';