From edb44e0293222987bcbaf6409c021c767c6faeec Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 20 Jul 2003 18:15:21 +0000 Subject: - support for changing of graph items (Alexei) - menu will not require more than three lines (Alexei) - fixed dividion by zero in chart2.php (Alexei) - period and start of interval are preserved in full-screen mode (Alexei) - added units in graph legends (Alexei) - table-like legend for user graphs (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@853 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/config.php') diff --git a/frontends/php/config.php b/frontends/php/config.php index a1325f80..50288e61 100644 --- a/frontends/php/config.php +++ b/frontends/php/config.php @@ -194,7 +194,7 @@ echo ""; show_table2_v_delimiter(); - echo "Script path"; + echo "Script name"; show_table2_h_delimiter(); echo ""; } -- cgit