gforge-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gforge-commits] gforge/www/account index.php, 1.17, 1.18 register.php,


From: gsmet
Subject: [Gforge-commits] gforge/www/account index.php, 1.17, 1.18 register.php, 1.13, 1.14
Date: Thu, 25 Mar 2004 14:49:36 -0600

Update of /cvsroot/gforge/gforge/www/account
In directory db.perdue.net:/tmp/cvs-serv550/www/account

Modified Files:
        index.php register.php 
Log Message:
fixed a bug in a form label


Index: index.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/account/index.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- index.php   25 Mar 2004 17:21:45 -0000      1.17
+++ index.php   25 Mar 2004 20:49:33 -0000      1.18
@@ -119,7 +119,7 @@
 </tr>
 
 <tr valign="top">
-<td><?php echo $Language->getText('account_options', 'ccode'); ?> </td>
+<td><?php echo $Language->getText('account_options', 'country'); ?> </td>
 <td><?php echo html_get_ccode_popup('ccode', $u->getCountryCode()); ?>
 </td>
 </tr>

Index: register.php
===================================================================
RCS file: /cvsroot/gforge/gforge/www/account/register.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- register.php        25 Mar 2004 17:21:40 -0000      1.13
+++ register.php        25 Mar 2004 20:49:33 -0000      1.14
@@ -75,7 +75,7 @@
 <?php echo $Language->getText('account_register','timezone'); ?><br />
 <?php echo html_get_timezone_popup('timezone', $timezone); ?>
 <p>
-<?php echo $Language->getText('account_register','ccode'); ?><br />
+<?php echo $Language->getText('account_register','country'); ?><br />
 <?php echo html_get_ccode_popup('ccode', $ccode); ?>
 <p>
 @<?php echo $Language->getText('account_register','emailaddr', 
$GLOBALS[sys_users_host]); ?>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]