[Mapbender-commits] r3661 - trunk/mapbender/http/php

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Tue Mar 10 08:59:35 EDT 2009


Author: christoph
Date: 2009-03-10 08:59:34 -0400 (Tue, 10 Mar 2009)
New Revision: 3661

Modified:
   trunk/mapbender/http/php/mb_listGUIs.php
Log:
"Applications", not "GUIs"

Modified: trunk/mapbender/http/php/mb_listGUIs.php
===================================================================
--- trunk/mapbender/http/php/mb_listGUIs.php	2009-03-10 09:50:28 UTC (rev 3660)
+++ trunk/mapbender/http/php/mb_listGUIs.php	2009-03-10 12:59:34 UTC (rev 3661)
@@ -74,7 +74,7 @@
         }
         else {
         	//$category="NULL";	  
-          printf("\t<li class=\"gui_category\" ><h2>GUI(s) without category</h2>");			  
+          printf("\t<li class=\"gui_category\" ><h2>Application(s) without category</h2>");			  
         }
         
   			if(strlen($row["category_description"]) > 0) {



More information about the Mapbender_commits mailing list