From: Moritz Bunkus Date: Wed, 28 Apr 2010 08:28:32 +0000 (+0200) Subject: Kosmetik X-Git-Tag: release-2.6.2beta1~342^2~2^2^2~1 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=53d9660024b54f16237f8f87cc33cac13979179b;p=kivitendo-erp.git Kosmetik --- diff --git a/bin/mozilla/ca.pl b/bin/mozilla/ca.pl index e4185ab33..8aeabdce5 100644 --- a/bin/mozilla/ca.pl +++ b/bin/mozilla/ca.pl @@ -543,9 +543,9 @@ sub list_transactions { 'description' => { 'text' => $locale->text('Description'), }, 'debit' => { 'text' => $locale->text('Debit'), }, 'credit' => { 'text' => $locale->text('Credit'), }, - 'gegenkonto' => { 'text' => $locale->text('Gegenkonto'), }, - 'ustkonto' => { 'text' => $locale->text('USt-Konto'), }, - 'balance' => { 'text' => $locale->text('Balance'), }, + 'gegenkonto' => { 'text' => $locale->text('Gegenkonto'), }, + 'ustkonto' => { 'text' => $locale->text('USt-Konto'), }, + 'balance' => { 'text' => $locale->text('Balance'), }, 'ustrate' => { 'text' => $locale->text('Satz %'), }, );