From ca2394bf6c65466e40b5ea2dd37cc50b22543a16 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 23 Mar 2007 12:11:24 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@3916 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/items.php') diff --git a/frontends/php/items.php b/frontends/php/items.php index f7fb45d8..d1ec2961 100644 --- a/frontends/php/items.php +++ b/frontends/php/items.php @@ -712,7 +712,7 @@ include_once "include/page_header.php"; $form->AddItem($cmbHosts); $form->AddItem(SPACE); - $form->AddItem(new CButton("external_filter",S_EXTERNAL_FILER)); + $form->AddItem(new CButton("external_filter",S_EXTERNAL_FILTER)); if($host_info = DBfetch(DBselect('select host from hosts where hostid='.$_REQUEST["hostid"]))) { -- cgit