From 0afeb736bafca9a46aea4613fee0ebcae7a06058 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 12 Jun 2013 15:20:29 +0200 Subject: [PATCH] =?utf8?q?Doppelte=20=C3=9Cbersetzungseintr=C3=A4ge?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- SL/Controller/Admin.pm | 2 +- bin/mozilla/admin.pl | 2 +- locale/de/all | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/SL/Controller/Admin.pm b/SL/Controller/Admin.pm index 357d7b711..62ab99a78 100644 --- a/SL/Controller/Admin.pm +++ b/SL/Controller/Admin.pm @@ -515,7 +515,7 @@ sub authenticate_root { $::auth->punish_wrong_login; $::auth->delete_session_value('admin_password'); - $self->login_form(error => t8('Incorrect Password!')); + $self->login_form(error => t8('Incorrect password!')); return undef; } diff --git a/bin/mozilla/admin.pl b/bin/mozilla/admin.pl index 20f901b0a..3eca96f2b 100755 --- a/bin/mozilla/admin.pl +++ b/bin/mozilla/admin.pl @@ -90,7 +90,7 @@ sub run { if ($form->{action}) { if ($auth->authenticate_root($form->{'{AUTH}admin_password'}) != $auth->OK()) { $auth->punish_wrong_login; - $form->{error} = $locale->text('Incorrect Password!'); + $form->{error} = $locale->text('Incorrect password!'); $auth->delete_session_value('admin_password'); adminlogin(); } else { diff --git a/locale/de/all b/locale/de/all index 914880364..87ddf8e30 100755 --- a/locale/de/all +++ b/locale/de/all @@ -1077,7 +1077,6 @@ $self->{texts} = { 'Incoming Payments' => 'Zahlungseingänge', 'Incoming invoice number' => 'Eingangsrechnungsnummer', 'Inconsistency in database' => 'Unstimmigkeiten in der Datenbank', - 'Incorrect Password!' => 'Ungültiges Passwort!', 'Incorrect password!' => 'Ungültiges Passwort!', 'Incorrect username or password or no access to selected client!' => 'Ungültiger Benutzername oder Passwort oder kein Zugriff auf den ausgewählten Mandanten!', 'Increase' => 'Erhöhen', -- 2.20.1