summaryrefslogtreecommitdiffstats
path: root/frontends/php/items.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/items.php')
-rw-r--r--frontends/php/items.php2
1 files changed, 1 insertions, 1 deletions
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"])))
{