Skip to content

Commit

Permalink
Improvement Text
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed Jan 5, 2016
1 parent ad81efe commit 29aba66
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public function index()

private function _install()
{
$this->_sTitle = t('Installing Module');
$this->_sTitle = t('Install Module Finished');
$this->view->page_title = $this->_sTitle;
$this->view->h1_title = $this->_sTitle;

Expand All @@ -79,7 +79,7 @@ private function _install()

private function _unInstall()
{
$this->_sTitle = t('Uninstalling Module');
$this->_sTitle = t('Uninstall Module Finished');
$this->view->page_title = $this->_sTitle;
$this->view->h1_title = $this->_sTitle;

Expand Down

0 comments on commit 29aba66

Please sign in to comment.