summaryrefslogtreecommitdiff
path: root/src/net/loginhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/loginhandler.cpp')
-rw-r--r--src/net/loginhandler.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/net/loginhandler.cpp b/src/net/loginhandler.cpp
index 34da5c6d..e173252f 100644
--- a/src/net/loginhandler.cpp
+++ b/src/net/loginhandler.cpp
@@ -81,7 +81,7 @@ void LoginHandler::handleMessage(MessageIn *msg)
mUpdateHost = msg->readString(len);
logger->log("Received update host \"%s\" from login server",
- mUpdateHost.c_str());
+ mUpdateHost.c_str());
break;
case 0x0069:
@@ -136,14 +136,14 @@ void LoginHandler::handleMessage(MessageIn *msg)
break;
case 4:
- errorMessage = _("You have been permanently banned from the"
- " game. Please contact the GM Team");
+ errorMessage = _("You have been permanently banned from "
+ "the game. Please contact the GM Team.");
break;
case 6:
errorMessage = strprintf(_("You have been temporarily "
- "banned from the game until %s.\n"
- " Please contact the GM team via "
- "the forums"),
+ "banned from the game until "
+ "%s.\n Please contact the GM "
+ "team via the forums."),
msg->readString(20).c_str());
break;
case 9: