From 6959bb5e0b3b89c8ccd6e92dc3a12e4daafa5c7c Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Mon, 11 Feb 2013 10:07:31 +0100 Subject: [PATCH] =?utf8?q?=C3=9Cbersetzung=20Titel=20in=20Kreditorenbuchun?= =?utf8?q?gsmaske=20gefixt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- bin/mozilla/ap.pl | 2 +- locale/de/all | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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!', -- 2.20.1