summaryrefslogtreecommitdiff
path: root/bin/aa.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-31 01:51:30 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-31 01:51:30 +0000
commitccb7930217a5c1c7cb5341514072cb5e070a888e (patch)
tree8d51affefb50bc6542bdfd76007062afa1de28c1 /bin/aa.pl
parentbfcb723e7a4e002123c2d0fac8c262388cc4d2fe (diff)
Some string cleaning
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@411 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/aa.pl')
-rwxr-xr-xbin/aa.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/aa.pl b/bin/aa.pl
index 35b4bbf2..e4f1db70 100755
--- a/bin/aa.pl
+++ b/bin/aa.pl
@@ -1317,7 +1317,7 @@ sub transactions {
$callback .= "&transdateto=$form->{transdateto}";
$href .= "&transdateto=$form->{transdateto}";
$option .= "\n<br>" if ($option);
- $option .= $locale->text('To')."&nbsp;".$locale->date(\%myconfig, $form->{transdateto}, 1);
+ $option .= $locale->text('To [_1]', $locale->date(\%myconfig, $form->{transdateto}, 1));
}
if ($form->{open}) {
$callback .= "&open=$form->{open}";