[Fusionforge-commits] r8659 - trunk/gforge/www/include
Alain Peyrat
aljeux at libremir.placard.fr.eu.org
Sat Jan 9 09:59:17 CET 2010
Author: aljeux
Date: 2010-01-09 09:59:16 +0100 (Sat, 09 Jan 2010)
New Revision: 8659
Modified:
trunk/gforge/www/include/user_home.php
Log:
Use "Real Name" instead of "Real name" (as before)
Modified: trunk/gforge/www/include/user_home.php
===================================================================
--- trunk/gforge/www/include/user_home.php 2010-01-09 08:59:11 UTC (rev 8658)
+++ trunk/gforge/www/include/user_home.php 2010-01-09 08:59:16 UTC (rev 8659)
@@ -44,7 +44,7 @@
</tr>
<tr valign="top">
- <td><?php echo _('Real name') ?> </td>
+ <td><?php echo _('Real Name') ?> </td>
<td><strong><?php print $user->getTitle() .' '. $user->getRealName(); ?></strong></td>
</tr>
More information about the Fusionforge-commits
mailing list