diff options
-rw-r--r-- | includes/pages/guest_login.php | 2 | ||||
-rw-r--r-- | locale/de_DE.UTF-8/LC_MESSAGES/default.po | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 31780f10..e0a32423 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -306,7 +306,7 @@ function guest_login() { } } else { $valid = false; - error(_("No user was found with that Nickname. Please try again. If you are still having problems, ask an Dispatcher.")); + error(_("No user was found with that Nickname. Please try again. If you are still having problems, ask a Dispatcher.")); } } else { $valid = false; diff --git a/locale/de_DE.UTF-8/LC_MESSAGES/default.po b/locale/de_DE.UTF-8/LC_MESSAGES/default.po index e8c64a22..2d6b805d 100644 --- a/locale/de_DE.UTF-8/LC_MESSAGES/default.po +++ b/locale/de_DE.UTF-8/LC_MESSAGES/default.po @@ -1544,7 +1544,7 @@ msgstr "Gib bitte ein Passwort ein." #: /Users/msquare/workspace/projects/engelsystem/includes/pages/guest_login.php:309 msgid "" "No user was found with that Nickname. Please try again. If you are still " -"having problems, ask an Dispatcher." +"having problems, ask a Dispatcher." msgstr "" "Es wurde kein Engel mit diesem Namen gefunden. Probiere es bitte noch " "einmal. Wenn das Problem weiterhin besteht, frage einen Dispatcher." |