From 8a27fe2fd767a91906aba8303d5834d0417e949d Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 30 Sep 2011 11:40:23 +0000 Subject: [PATCH] small text fixes git-svn-id: http://www.observium.org/svn/observer/trunk@2613 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/pages/device/overview/storage.inc.php | 2 +- includes/rewrites.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/html/pages/device/overview/storage.inc.php b/html/pages/device/overview/storage.inc.php index fe4ca0fe3..10c2d9b16 100644 --- a/html/pages/device/overview/storage.inc.php +++ b/html/pages/device/overview/storage.inc.php @@ -62,7 +62,7 @@ if (count($drives)) unset($link_array['height'], $link_array['width'], $link_array['legend']); $link = generate_url($link_array); - $overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $text_descr); + $overlib_content = generate_overlib_content($graph_array, $device['hostname'] . " - " . $drive['storage_descr']); $graph_array['width'] = 80; $graph_array['height'] = 20; $graph_array['bg'] = $graph_colour; diff --git a/includes/rewrites.php b/includes/rewrites.php index 27f62112d..12156edc0 100644 --- a/includes/rewrites.php +++ b/includes/rewrites.php @@ -843,7 +843,6 @@ function makeshortif($if) $if = fixifName ($if); $if = strtolower($if); $if = array_str_replace($rewrite_shortif, $if); - $if = ucfirst($if); return $if; }