From e96e94d471ba9677ab279492c5208b99bd890980 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 13 Apr 2016 10:54:12 +0200 Subject: [PATCH] use translated strings --- views/bootstrap/class.Hooks.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.Hooks.php b/views/bootstrap/class.Hooks.php index b3c50af14..2e16594d7 100644 --- a/views/bootstrap/class.Hooks.php +++ b/views/bootstrap/class.Hooks.php @@ -39,7 +39,7 @@ class SeedDMS_View_Hooks extends SeedDMS_Bootstrap_Style { echo "\n"; echo ""; - echo "\n"; + echo "\n"; echo ""; echo ""; foreach(array('controller', 'view') as $type) { @@ -71,7 +71,7 @@ class SeedDMS_View_Hooks extends SeedDMS_Bootstrap_Style { $this->globalNavigation(); $this->contentStart(); $this->pageNavigation(getMLText("admin_tools"), "admin_tools"); - $this->contentHeading("Hooks"); + $this->contentHeading(getMLText("list_hooks")); self::list_hooks();
TypeName of hookName of classFile
".getMLText('type_of_hook')."".getMLText('hook_name')."".getMLText('class_name')."".getMLText('file')."