diff options
| author | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-02 07:00:33 +0000 |
|---|---|---|
| committer | alex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2007-01-02 07:00:33 +0000 |
| commit | 61b04d31002328c901675708bcdce23d947d77f7 (patch) | |
| tree | b6e9dd5fae37d1e6be360e9f4fc4e58960b5919a /frontends/php/exp_imp.php | |
| parent | 988240679e47a57b1c026b854d83f06c18db5cbc (diff) | |
| download | zabbix-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.php | 2 |
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, |
