From 026e601d535d8a85694def7fc16bb95536e213d2 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 22 Jan 2013 14:31:33 +0100 Subject: [PATCH] Schreibfehler im englischen String --- SL/Controller/CsvImport/Contact.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SL/Controller/CsvImport/Contact.pm b/SL/Controller/CsvImport/Contact.pm index b2657fb44..193f87d8e 100644 --- a/SL/Controller/CsvImport/Contact.pm +++ b/SL/Controller/CsvImport/Contact.pm @@ -116,7 +116,7 @@ sub setup_displayable_columns { { name => 'cp_satfax', description => $::locale->text('Sat. Fax') }, { name => 'cp_satphone', description => $::locale->text('Sat. Phone') }, { name => 'cp_title', description => $::locale->text('Title') }, - { name => 'cp_position', description => $::locale->text('Function/Position') }, + { name => 'cp_position', description => $::locale->text('Function/position') }, { name => 'customer', description => $::locale->text('Customer (name)') }, { name => 'customernumber', description => $::locale->text('Customer Number') }, -- 2.20.1