From 62015344eea0cae659a02d79d2a02fddc892575e Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 6 Mar 2013 15:19:15 +0100 Subject: [PATCH] fix page title (bug #31) --- views/bootstrap/class.LogManagement.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.LogManagement.php b/views/bootstrap/class.LogManagement.php index 026ebe59e..2c7842b33 100644 --- a/views/bootstrap/class.LogManagement.php +++ b/views/bootstrap/class.LogManagement.php @@ -73,7 +73,7 @@ class SeedDMS_View_LogManagement extends SeedDMS_Bootstrap_Style { $logname = $this->params['logname']; if(!$logname) { - $this->htmlStartPage(getMLText("backup_tools")); + $this->htmlStartPage(getMLText("log_management")); $this->globalNavigation(); $this->contentStart(); $this->pageNavigation(getMLText("admin_tools"), "admin_tools");