[Fusionforge-general] [PATCH] All profile are not developer

Julien Heyman julien.heyman at atosorigin.com
Wed Apr 1 11:16:55 CEST 2009


---
 gforge/www/account/index.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gforge/www/account/index.php b/gforge/www/account/index.php
index 98bc28b..acc15c4 100644
--- a/gforge/www/account/index.php
+++ b/gforge/www/account/index.php
@@ -105,7 +105,7 @@ echo $HTML->boxTop(_('Account Maintenance'));
 <?php echo _('Account options:'); ?>
 </p>
 <ul>
-	<li><?php echo util_make_link_u ($u->getUnixName(),$u->getId(),'<strong>'._('View My Developer Profile').'</strong>'); ?></a></li>
+	<li><?php echo util_make_link_u ($u->getUnixName(),$u->getId(),'<strong>'._('View My Profile').'</strong>'); ?></a></li>
 <?php if($GLOBALS['sys_use_people']) { ?>
 	<li><?php echo util_make_link ('/people/editprofile.php','<strong>'._('Edit My Skills Profile').'</strong>'); ?></a></li>
 <?php } ?>
-- 
1.6.0.4






More information about the Fusionforge-general mailing list