From: Moritz Bunkus Date: Mon, 11 Feb 2013 09:07:31 +0000 (+0100) Subject: Übersetzung Titel in Kreditorenbuchungsmaske gefixt X-Git-Tag: release-3.1.0beta1~618 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=6959bb5e0b3b89c8ccd6e92dc3a12e4daafa5c7c;p=kivitendo-erp.git Übersetzung Titel in Kreditorenbuchungsmaske gefixt --- diff --git a/bin/mozilla/ap.pl b/bin/mozilla/ap.pl index 581142f83..923e14005 100644 --- a/bin/mozilla/ap.pl +++ b/bin/mozilla/ap.pl @@ -198,7 +198,7 @@ sub form_header { $main::auth->assert('general_ledger'); $form->{title_} = $form->{title}; - $form->{title} = $locale->text($form->{title} .' Accounts Payables Transaction'); + $form->{title} = $form->{title} eq 'Add' ? $locale->text('Add Accounts Payables Transaction') : $locale->text('Edit Accounts Payables Transaction'); # type=submit $locale->text('Add Accounts Payables Transaction') # type=submit $locale->text('Edit Accounts Payables Transaction') diff --git a/locale/de/all b/locale/de/all index b2082a50a..570d077d5 100644 --- a/locale/de/all +++ b/locale/de/all @@ -10,7 +10,6 @@ use utf8; # run locales.pl from this directory to rebuild the translation files $self->{texts} = { - ' Accounts Payables Transaction' => '', ' Date missing!' => ' Datum fehlt!', ' Part Number missing!' => ' Artikelnummer fehlt!', ' missing!' => ' fehlt!',