summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-06 22:46:17 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2007-10-06 22:46:17 +0000
commit297c220ffce8d03f2ca8a196336d47d3754ce95c (patch)
tree59276a187981e322649fd479413249bc410bb3f1 /bin
parentc8497c0941805c5df8a2c9999b8defb35c98fcae (diff)
Change string in transaction reversal message
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@1711 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin')
-rw-r--r--bin/am.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/am.pl b/bin/am.pl
index 122f0908..88cae508 100644
--- a/bin/am.pl
+++ b/bin/am.pl
@@ -2096,8 +2096,8 @@ sub doclose {
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');