From: Moritz Bunkus Date: Wed, 12 Jun 2013 13:20:29 +0000 (+0200) Subject: Doppelte Übersetzungseinträge X-Git-Tag: release-3.1.0beta1~331^2~33 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=0afeb736bafca9a46aea4613fee0ebcae7a06058;p=kivitendo-erp.git Doppelte Übersetzungseinträge --- 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',