From 8def5ebf6191e59b5ce11feb123e7869f93e251d Mon Sep 17 00:00:00 2001 From: cajus Date: Fri, 14 Mar 2008 13:18:03 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9844 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../gofax/gofax/blocklists/class_divListBlocklists.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc index dd47e6644..a84798649 100644 --- a/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc +++ b/gosa-plugins/gofax/gofax/blocklists/class_divListBlocklists.inc @@ -57,8 +57,8 @@ class divListBlocklist extends MultiSelectWindow $this->AddHeader(array("string" => _("Actions"), "attach" => "style='width:".$action_col_size."px;border-right:0px;text-align:right;'" )); /* Add Checkboxes / SubSearch checkbox */ - $this->AddCheckBox("ShowSendBocklists" , msgPool::selectToView(_("Send blocklist"), _("Show send blocklists"),true); - $this->AddCheckBox("ShowReceiveBlocklists" , msgPool::selectToView(_("Receive blocklist"), _("Show receive blocklists"),true); + $this->AddCheckBox("ShowSendBocklists" , msgPool::selectToView(_("Send blocklist"), _("Show send blocklists"),true)); + $this->AddCheckBox("ShowReceiveBlocklists" , msgPool::selectToView(_("Receive blocklist"), _("Show receive blocklists"),true)); $this->AddCheckBox(SEPERATOR); $this->AddCheckBox("SubSearch", _("Select to search within subtrees"), _("Search in subtrees"), false); -- 2.39.5