From 297c220ffce8d03f2ca8a196336d47d3754ce95c Mon Sep 17 00:00:00 2001 From: tetragon Date: Sat, 6 Oct 2007 22:46:17 +0000 Subject: 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 --- bin/am.pl | 4 ++-- 1 file 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'); -- cgit v1.2.3