X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FPresenter%2FRecord.pm;h=708e72653fd53113a6f1f90d8d8659a0fec56483;hb=6c4c5b35e331d732d51a3913ae7a79935a8b1e17;hp=d8d11fc98f8c968016bf3c54185b6c801f8454d8;hpb=bfb31bebd1bc46ab9ffab3955165c94fa17b08f1;p=kivitendo-erp.git 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') } ], ],