summaryrefslogtreecommitdiff
path: root/modules/memoserv/ms_cancel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/memoserv/ms_cancel.cpp')
-rw-r--r--modules/memoserv/ms_cancel.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/memoserv/ms_cancel.cpp b/modules/memoserv/ms_cancel.cpp
index b423899b0..5a93497fe 100644
--- a/modules/memoserv/ms_cancel.cpp
+++ b/modules/memoserv/ms_cancel.cpp
@@ -82,8 +82,10 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Cancels the last memo you sent to the given nick or channel,\n"
- "provided it has not been read at the time you use the command."));
+ source.Reply(_(
+ "Cancels the last memo you sent to the given nick or channel, "
+ "provided it has not been read at the time you use the command."
+ ));
return true;
}
};