From cb9208f9cbf19da2ba9bb9d57ba4fe867fada1a7 Mon Sep 17 00:00:00 2001 From: janw Date: Fri, 9 Jun 2006 06:07:52 +0000 Subject: [PATCH] Fixed strings. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3733 594d385d-05f5-0310-b6e9-bd551577e9d8 --- plugins/gofon/macro/class_divListMacros.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/gofon/macro/class_divListMacros.inc b/plugins/gofon/macro/class_divListMacros.inc index b86f1dce0..1ab12136f 100755 --- a/plugins/gofon/macro/class_divListMacros.inc +++ b/plugins/gofon/macro/class_divListMacros.inc @@ -43,7 +43,7 @@ class divListMacro extends MultiSelectWindow /* set Page header */ $this->AddHeader(array("string" => " ", "attach" => "style='text-align:center;width:20px;'")); - $this->AddHeader(array("string" => _("Username")." / "._("Department"), "attach" => "style=''")); + $this->AddHeader(array("string" => _("macro name")." / "._("Department"), "attach" => "style=''")); $this->AddHeader(array("string" => _("Visible"), "attach" => "style='width:50px;'")); $this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:60px;border-right:0px;text-align:right;'" )); @@ -100,9 +100,9 @@ class divListMacro extends MultiSelectWindow { $action = ""; + name='user_edit_%KEY%' title='"._("Edit macro")."'>"; $action .= ""; + name='user_del_%KEY%' title='"._("Delete macro")."'>"; $empty = ""; $macroimg = ""._("Macro").""; -- 2.30.2