From 0823678202ef3c1cce12a37e7c84f1554f653ac6 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Thu, 22 Sep 2011 13:46:10 +0000 Subject: [PATCH] fix some legend in generic multi bits separated git-svn-id: http://www.observium.org/svn/observer/trunk@2541 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/graphs/generic_multi_bits_separated.inc.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/html/includes/graphs/generic_multi_bits_separated.inc.php b/html/includes/graphs/generic_multi_bits_separated.inc.php index 55c94c470b..afd4066fc8 100644 --- a/html/includes/graphs/generic_multi_bits_separated.inc.php +++ b/html/includes/graphs/generic_multi_bits_separated.inc.php @@ -16,10 +16,8 @@ $rrd_options .= " COMMENT:'".substr(str_pad($unit_text, $descr_len+5),0,$descr_ if($width > "500") { - $rrd_options .= " COMMENT:'In\: Current Maximum '"; + $rrd_options .= " COMMENT:' Current Average Maximum '"; if (!$nototal) { $rrd_options .= " COMMENT:'Total '"; } - $rrd_options .= " COMMENT:'Out\: Current Maximum'"; - if (!$nototal) { $rrd_options .= " COMMENT:' Total'"; } $rrd_options .= " COMMENT:'\l'"; } else { $rrd_options .= " COMMENT:' Now Ave Max\l'";