From: Moritz Bunkus Date: Wed, 28 Apr 2010 08:24:09 +0000 (+0200) Subject: Kosmetik X-Git-Tag: release-2.6.2beta1~342^2~2^2^2~2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=8b2aefcdef74d2fc9fb292c38fe64fa246913565;p=kivitendo-erp.git Kosmetik --- diff --git a/bin/mozilla/rp.pl b/bin/mozilla/rp.pl index f618c5b69..663a20ebc 100644 --- a/bin/mozilla/rp.pl +++ b/bin/mozilla/rp.pl @@ -1660,8 +1660,8 @@ sub aging { 'invnumber' => { 'text' => $locale->text('Invoice'), }, 'transdate' => { 'text' => $locale->text('Date'), }, 'duedate' => { 'text' => $locale->text('Due'), }, - 'amount' => { 'text' => $locale->text('Amount'), }, - 'open' => { 'text' => $locale->text('Open'), }, + 'amount' => { 'text' => $locale->text('Amount'), }, + 'open' => { 'text' => $locale->text('Open'), }, ); my %column_alignment = ('statement' => 'center',