From 5a0593a6ff18bf8e5cb034ce077a029a19d54673 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 10 Jun 2009 10:13:52 +0000 Subject: [PATCH] Kosmetik. --- bin/mozilla/ct.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, ); -- 2.20.1