summaryrefslogtreecommitdiffstats
path: root/frontends/php/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-11-26 13:48:36 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-11-26 13:48:36 +0000
commit055209881bfa669ff82a9c71f4891cb9d8267ceb (patch)
treedd95b27a8d150f3d40631c85226fa5aa830cb532 /frontends/php/include
parent12c1def61a12888b8b4992b3992d52e69466f9a7 (diff)
- delay renamed to "Update interval (in sec)" in item definition form
(Alexei) git-svn-id: svn://svn.zabbix.com/trunk@575 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/include')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index ae340c06..e1e4b078 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -3034,7 +3034,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
echo "<input class=\"biginput\" name=\"key\" value=\"$key\" size=40>";
show_table2_v_delimiter();
- echo "Delay";
+ echo "Update interval (in sec)";
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"delay\" value=\"$delay\" size=5>";