From d2b48673e25b22c85500f8e046795ec1ea63702c Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 20 Apr 2012 17:38:57 +0000 Subject: [PATCH] applications -> apps git-svn-id: http://www.observium.org/svn/observer/trunk@3069 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/print-menubar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/print-menubar.php b/html/includes/print-menubar.php index 3824880ba2..a0c7b549ba 100644 --- a/html/includes/print-menubar.php +++ b/html/includes/print-menubar.php @@ -406,7 +406,7 @@ if ($_SESSION['userlevel'] >= '5' && ($app_count) > "0") foreach ($app_list as $app) { echo(' -
  • '.$app['app_type'].'
  • '); +
  • '.$app['app_type'].'
  • '); } ?>