summaryrefslogtreecommitdiff
path: root/modules/global/gl_global.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/global/gl_global.cpp')
-rw-r--r--modules/global/gl_global.cpp13
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/global/gl_global.cpp b/modules/global/gl_global.cpp
index a88c8080d..8fbfd180a 100644
--- a/modules/global/gl_global.cpp
+++ b/modules/global/gl_global.cpp
@@ -77,12 +77,13 @@ public:
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_(
- "Allows sending messages to all users on the network. The message will be sent\n"
- "from \002%s\002.\n"
- "\n"
- "You can either send a message by specifying it as a parameter or provide no\n"
- "parameters to send a previously queued message.\n"
- ), GetSender(source)->nick.c_str());
+ "Allows sending messages to all users on the network. The message will be sent "
+ "from \002%s\002."
+ "\n\n"
+ "You can either send a message by specifying it as a parameter or provide no "
+ "parameters to send a previously queued message."
+ ),
+ GetSender(source)->nick.c_str());
return true;
}
};