Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv5889
Modified Files:
billing_inc.php
Log Message:
Changed the language pointer from from/to to from_date/to_date.
Index: billing_inc.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/billing_inc.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- billing_inc.php 26 Dec 2006 10:56:06 -0000 1.3
+++ billing_inc.php 7 Jan 2007 11:36:48 -0000 1.4
@@ -66,7 +66,7 @@
</tr>
<tr class="row-2">
<td class="category" width="25%">
- <?php echo lang_get( 'from' ). " (mm/dd/yyyy)"; ?>
+ <?php echo lang_get( 'from_date' ). " (mm/dd/yyyy)"; ?>
</td>
<td width="75%">
<input type="text" name="bugnote_stats_from" value="<?php echo
$f_bugnote_stats_from ?>" />
@@ -74,7 +74,7 @@
</tr>
<tr class="row-1">
<td class="category">
- <?php echo lang_get( 'to' ). " (mm/dd/yyyy)"; ?>
+ <?php echo lang_get( 'to_date' ). " (mm/dd/yyyy)"; ?>
</td>
<td>
<input type="text" name="bugnote_stats_to" value="<?php echo
$f_bugnote_stats_to ?>" />
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|