summaryrefslogtreecommitdiffstats
path: root/frontends/php/exp_imp.php
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-02 07:00:33 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-01-02 07:00:33 +0000
commit61b04d31002328c901675708bcdce23d947d77f7 (patch)
treeb6e9dd5fae37d1e6be360e9f4fc4e58960b5919a /frontends/php/exp_imp.php
parent988240679e47a57b1c026b854d83f06c18db5cbc (diff)
downloadzabbix-61b04d31002328c901675708bcdce23d947d77f7.tar.gz
zabbix-61b04d31002328c901675708bcdce23d947d77f7.tar.xz
zabbix-61b04d31002328c901675708bcdce23d947d77f7.zip
Minor changes.
git-svn-id: svn://svn.zabbix.com/trunk@3648 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/exp_imp.php')
-rw-r--r--frontends/php/exp_imp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/exp_imp.php b/frontends/php/exp_imp.php
index c26797b2..fe784db0 100644
--- a/frontends/php/exp_imp.php
+++ b/frontends/php/exp_imp.php
@@ -164,7 +164,7 @@ include_once "include/page_header.php";
$form->AddRow(S_IMPORT_FILE, new CFile('import_file'));
$table = new CTable();
- $table->SetHeader(array(S_ELEMENT, S_EXISTED, S_MISSED),'bold');
+ $table->SetHeader(array(S_ELEMENT, S_EXISTING, S_MISSING),'bold');
foreach(array( 'host' => S_HOST,
'item' => S_ITEM,