From e967296577305948fa2e4b7fd3d256c2509b2080 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Thu, 25 Apr 2013 18:00:51 +0200 Subject: [PATCH] =?utf8?q?Doppelte=20=C3=9Cbersetzungen=20(Unterschied=20n?= =?utf8?q?ur=20Gro=C3=9F-/Kleinschreibung)=20vermeiden?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ct.pl | 2 +- templates/webpages/ct/search_contact.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mozilla/ct.pl b/bin/mozilla/ct.pl index d3e09dc73..797ee393e 100644 --- a/bin/mozilla/ct.pl +++ b/bin/mozilla/ct.pl @@ -344,7 +344,7 @@ sub list_contacts { 'cp_gender' => { 'text' => $::locale->text('Gender'), }, 'cp_fax' => { 'text' => $::locale->text('Fax'), }, 'cp_privatphone' => { 'text' => $::locale->text('Private Phone') }, - 'cp_privatemail' => { 'text' => $::locale->text('Private E-Mail') }, + 'cp_privatemail' => { 'text' => $::locale->text('Private E-mail') }, %column_defs_cvars, ); diff --git a/templates/webpages/ct/search_contact.html b/templates/webpages/ct/search_contact.html index 67142418a..389328abe 100644 --- a/templates/webpages/ct/search_contact.html +++ b/templates/webpages/ct/search_contact.html @@ -103,8 +103,8 @@ [%- L.checkbox_tag('l.cp_fax', value='Y', label=LxERP.t8('Fax'), class='checkbox') %] - [%- L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-Mail'), class='checkbox', checked=1) %] - [%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-Mail'), class='checkbox') %] + [%- L.checkbox_tag('l.cp_email', value='Y', label=LxERP.t8('E-mail'), class='checkbox', checked=1) %] + [%- L.checkbox_tag('l.cp_privatemail', value='Y', label=LxERP.t8('Private E-mail'), class='checkbox') %] -- 2.20.1