summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormsquare <msquare@notrademark.de>2016-11-24 12:27:11 +0100
committerGitHub <noreply@github.com>2016-11-24 12:27:11 +0100
commit07e8d8dfbd9bdcfbaecf12894bc0e3cfb9e0126e (patch)
tree2bd52191c3e67c7117090be669bb76812d3151e1
parentff31d0a1c59efc2c6dc3c66a803eac697041f572 (diff)
parentdc49b9af414f079f323112832ac61bc0e798c77d (diff)
Merge pull request #281 from engelsystem/gnomus-fix-typo
fix typo
-rw-r--r--includes/pages/guest_login.php2
-rw-r--r--locale/de_DE.UTF-8/LC_MESSAGES/default.po2
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."