]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Presenter/Record.pm
Korrekturen und Vereinheitlichung der Nomenklatur bzgl. Buchungs- und Erfassungsdatum...
[mfinanz.git] / SL / Presenter / Record.pm
index d8d11fc98f8c968016bf3c54185b6c801f8454d8..708e72653fd53113a6f1f90d8d8659a0fec56483 100644 (file)
@@ -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') } ],
     ],