summaryrefslogtreecommitdiff
path: root/includes/pages/guest_login.php
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 /includes/pages/guest_login.php
parentff31d0a1c59efc2c6dc3c66a803eac697041f572 (diff)
parentdc49b9af414f079f323112832ac61bc0e798c77d (diff)
Merge pull request #281 from engelsystem/gnomus-fix-typo
fix typo
Diffstat (limited to 'includes/pages/guest_login.php')
-rw-r--r--includes/pages/guest_login.php2
1 files changed, 1 insertions, 1 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;