X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bfb31bebd1bc46ab9ffab3955165c94fa17b08f1..08e820f:/SL/Presenter/Record.pm diff --git a/SL/Presenter/Record.pm b/SL/Presenter/Record.pm index d8d11fc98..708e72653 100644 --- a/SL/Presenter/Record.pm +++ b/SL/Presenter/Record.pm @@ -445,7 +445,7 @@ sub _gl_transaction_list { title => $::locale->text('GL Transactions'), type => 'gl_transaction', columns => [ - [ $::locale->text('Date'), 'transdate' ], + [ $::locale->text('Transdate'), 'transdate' ], [ $::locale->text('Reference'), 'reference' ], [ $::locale->text('Description'), sub { $self->gl_transaction($_[0 ], display => 'table-cell') } ], ],