[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1711] trunk/bin/am.pl
- Subject: SF.net SVN: ledger-smb: [1711] trunk/bin/am.pl
- From: ..hidden..
- Date: Sat, 06 Oct 2007 15:46:17 -0700
Revision: 1711
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=1711&view=rev
Author: tetragon
Date: 2007-10-06 15:46:17 -0700 (Sat, 06 Oct 2007)
Log Message:
-----------
Change string in transaction reversal message
Modified Paths:
--------------
trunk/bin/am.pl
Modified: trunk/bin/am.pl
===================================================================
--- trunk/bin/am.pl 2007-10-06 21:52:39 UTC (rev 1710)
+++ trunk/bin/am.pl 2007-10-06 22:46:17 UTC (rev 1711)
@@ -2096,8 +2096,8 @@
if ( $form->{closedto} ) {
$msg =
- $locale->text('Transaction reversal enforced up to') . " "
- . $locale->date( \%myconfig, $form->{closedto}, 1 );
+ $locale->text('Transaction reversal enforced up to [_1]',
+ $locale->date( \%myconfig, $form->{closedto}, 1 ));
}
else {
$msg = $locale->text('Books are open');
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.