summaryrefslogtreecommitdiffstats
path: root/frontends/php/screenedit.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-26 16:17:57 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-08-26 16:17:57 +0000
commit19d8ca6f149b006c8775c2e7ae24d74f16201198 (patch)
tree3ef2e08011c1423ada2689707250fc80f3ed1bfd /frontends/php/screenedit.php
parent53338d4d70ccb87b724bd3df293b8ce1b32fbb11 (diff)
downloadzabbix-19d8ca6f149b006c8775c2e7ae24d74f16201198.tar.gz
zabbix-19d8ca6f149b006c8775c2e7ae24d74f16201198.tar.xz
zabbix-19d8ca6f149b006c8775c2e7ae24d74f16201198.zip
- misc usability fixes for PHP interface (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1998 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/screenedit.php')
-rw-r--r--frontends/php/screenedit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/screenedit.php b/frontends/php/screenedit.php
index 9f5835ee..ba7ed66c 100644
--- a/frontends/php/screenedit.php
+++ b/frontends/php/screenedit.php
@@ -20,7 +20,7 @@
?>
<?php
include "include/config.inc.php";
- $page["title"] = "S_CONFIGURATION_OF_SCREEN";
+ $page["title"] = "S_CONFIGURATION_OF_SCREENS";
$page["file"] = "screenedit.php";
show_header($page["title"],0,0);
?>