[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4208] branches/1.3
- Subject: SF.net SVN: ledger-smb:[4208] branches/1.3
- From: ..hidden..
- Date: Thu, 15 Dec 2011 08:05:44 +0000
Revision: 4208
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4208&view=rev
Author: tshvr
Date: 2011-12-15 08:05:44 +0000 (Thu, 15 Dec 2011)
Log Message:
-----------
make text translatable,msgid To is too general
Modified Paths:
--------------
branches/1.3/UI/Contact/search.html
branches/1.3/bin/aa.pl
Modified: branches/1.3/UI/Contact/search.html
===================================================================
--- branches/1.3/UI/Contact/search.html 2011-12-15 07:37:28 UTC (rev 4207)
+++ branches/1.3/UI/Contact/search.html 2011-12-15 08:05:44 UTC (rev 4208)
@@ -106,7 +106,7 @@
<td>
<?lsmb text('From'); ' '; INCLUDE input element_data={
size = '11', name = 'startdatefrom', class = 'date', title = user.dateformat};
- text('To'); ' '; INCLUDE input element_data={
+ text('Date to'); ' '; INCLUDE input element_data={
size = '11', name = 'startdateto', class = 'date', title = user.dateformat} ?>
</td>
</tr>
Modified: branches/1.3/bin/aa.pl
===================================================================
--- branches/1.3/bin/aa.pl 2011-12-15 07:37:28 UTC (rev 4207)
+++ branches/1.3/bin/aa.pl 2011-12-15 08:05:44 UTC (rev 4208)
@@ -1726,7 +1726,7 @@
<tr>
<th align=right nowrap>| . $locale->text('From') . qq|</th>
<td><input class="date" name=transdatefrom size=11 title="$myconfig{dateformat}"></td>
- <th align=right>| . $locale->text('To') . qq|</th>
+ <th align=right>| . $locale->text('Date to') . qq|</th>
<td><input class="date" name=transdateto size=11 title="$myconfig{dateformat}"></td>
</tr>
$selectfrom
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.