summaryrefslogtreecommitdiff
path: root/modules/hostserv/hs_request.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/hostserv/hs_request.cpp')
-rw-r--r--modules/hostserv/hs_request.cpp8
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/hostserv/hs_request.cpp b/modules/hostserv/hs_request.cpp
index 65c92ea9b..12252e62f 100644
--- a/modules/hostserv/hs_request.cpp
+++ b/modules/hostserv/hs_request.cpp
@@ -189,9 +189,11 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Request the given vhost to be activated for your nick by the\n"
- "network administrators. Please be patient while your request\n"
- "is being considered."));
+ source.Reply(_(
+ "Request the given vhost to be activated for your nick by the "
+ "network administrators. Please be patient while your request "
+ "is being considered."
+ ));
return true;
}
};