diff options
author | gnomus <kontakt@gnomus.de> | 2016-11-24 12:22:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-24 12:22:18 +0100 |
commit | dc49b9af414f079f323112832ac61bc0e798c77d (patch) | |
tree | 2bd52191c3e67c7117090be669bb76812d3151e1 /includes/pages | |
parent | 7b32a403086d8ef4994093da155c580b752bd5d2 (diff) |
Update guest_login.php
Diffstat (limited to 'includes/pages')
-rw-r--r-- | includes/pages/guest_login.php | 2 |
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; |