From: Moritz Bunkus Date: Wed, 10 Jun 2009 10:13:52 +0000 (+0000) Subject: Kosmetik. X-Git-Tag: release-2.6.1beta1~407 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5a0593a6ff18bf8e5cb034ce077a029a19d54673;p=kivitendo-erp.git Kosmetik. --- diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index 6c3e43ab6..7b051dff3 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -156,9 +156,9 @@ sub list_names { 'invnumber' => { 'text' => $locale->text('Invoice'), }, 'ordnumber' => { 'text' => $form->{IS_CUSTOMER} ? $locale->text('Sales Order') : $locale->text('Purchase Order'), }, 'quonumber' => { 'text' => $form->{IS_CUSTOMER} ? $locale->text('Quotation') : $locale->text('Request for Quotation'), }, - 'street' => { 'text' => $locale->text('Street'), }, - 'zipcode' => { 'text' => $locale->text('Zipcode'), }, - 'city' => { 'text' => $locale->text('City'), }, + 'street' => { 'text' => $locale->text('Street'), }, + 'zipcode' => { 'text' => $locale->text('Zipcode'), }, + 'city' => { 'text' => $locale->text('City'), }, %column_defs_cvars, );