[Fusionforge-commits] r14634 - in trunk: . src/plugins/moinmoin/common

Roland Mas lolando at fusionforge.org
Fri Oct 14 18:04:44 CEST 2011


Author: lolando
Date: 2011-10-14 18:04:44 +0200 (Fri, 14 Oct 2011)
New Revision: 14634

Modified:
   trunk/
   trunk/src/plugins/moinmoin/common/MoinMoinPlugin.class.php
Log:
Renamed tab to "MoinMoinWiki"


Modified: trunk/src/plugins/moinmoin/common/MoinMoinPlugin.class.php
===================================================================
--- trunk/src/plugins/moinmoin/common/MoinMoinPlugin.class.php	2011-10-14 16:04:35 UTC (rev 14633)
+++ trunk/src/plugins/moinmoin/common/MoinMoinPlugin.class.php	2011-10-14 16:04:44 UTC (rev 14634)
@@ -30,7 +30,7 @@
 	function MoinMoinPlugin () {
 		$this->Plugin() ;
 		$this->name = "moinmoin" ;
-		$this->text = "MoinMoin" ; // To show in the tabs, use...
+		$this->text = "MoinMoinWiki" ; // To show in the tabs, use...
 		$this->hooks[] = "groupmenu" ;	// To put into the project tabs
 		$this->hooks[] = "groupisactivecheckbox" ; // The "use ..." checkbox in editgroupinfo
 		$this->hooks[] = "groupisactivecheckboxpost" ; //




More information about the Fusionforge-commits mailing list