summaryrefslogtreecommitdiffstats
path: root/frontends/php/config.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-26 08:40:33 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-05-26 08:40:33 +0000
commitcec543c740105eacd03e2dc306fe3cb5d780d885 (patch)
treede46a6518cf53df2940824c2044b1d09266e856b /frontends/php/config.php
parent4fa107987284a8dd1d2275a4e12bbfe0570d431b (diff)
- added selection of hosts for event history (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1784 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/config.php')
-rw-r--r--frontends/php/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/config.php b/frontends/php/config.php
index ba37de0c..4fb41c14 100644
--- a/frontends/php/config.php
+++ b/frontends/php/config.php
@@ -142,12 +142,12 @@
show_table2_v_delimiter($col++);
echo "<form method=\"get\" action=\"config.php\">";
- echo nbsp(S_DO_NOT_KEEP_ALERTS_OLDER_THAN);
+ echo nbsp(S_DO_NOT_KEEP_ACTIONS_OLDER_THAN);
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"alert_history\" value=\"".$config["alert_history"]."\" size=8>";
show_table2_v_delimiter($col++);
- echo nbsp(S_DO_NOT_KEEP_ALARMS_OLDER_THAN);
+ echo nbsp(S_DO_NOT_KEEP_EVENTS_OLDER_THAN);
show_table2_h_delimiter();
echo "<input class=\"biginput\" name=\"alarm_history\" value=\"".$config["alarm_history"]."\" size=8>";