Merge pull request #281 from engelsystem/gnomus-fix-typo

fix typo
This commit is contained in:
msquare 2016-11-24 12:27:11 +01:00 committed by GitHub
commit 07e8d8dfbd
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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."