summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/gl.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/gl.pl b/bin/gl.pl
index ac46409c..adc7bafe 100644
--- a/bin/gl.pl
+++ b/bin/gl.pl
@@ -1277,7 +1277,7 @@ sub delete {
$form->{title} = $locale->text('Confirm!');
my $query = $locale->text(
'Are you sure you want to delete Transaction [_1]',
- $form->{reference} )
+ $form->{reference} );
my @buttons = ({
name => 'action',