X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/93205ede5ef6d839ce8f5a20bb5e9d5ca69d16ab..e69e3657:/bin/mozilla/rp.pl diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index d2f2071c6..41148c8e8 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1280,7 +1280,7 @@ sub generate_trial_balance { my $href = build_std_url('action=generate_trial_balance', grep { $form->{$_} } @hidden_variables); my %column_defs = ( - 'accno' => { 'text' => $locale->text('Account Number'), }, + 'accno' => { 'text' => $locale->text('Account'), }, 'description' => { 'text' => $locale->text('Description'), }, 'last_transaction' => { 'text' => $locale->text('Last Transaction'), }, 'soll_eb' => { 'text' => $locale->text('Debit Starting Balance'), },