summaryrefslogtreecommitdiff
path: root/modules/memoserv/ms_check.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/memoserv/ms_check.cpp')
-rw-r--r--modules/memoserv/ms_check.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/memoserv/ms_check.cpp b/modules/memoserv/ms_check.cpp
index 7c478b02b..31efa70c3 100644
--- a/modules/memoserv/ms_check.cpp
+++ b/modules/memoserv/ms_check.cpp
@@ -67,8 +67,10 @@ public:
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Checks whether the _last_ memo you sent to \037nick\037 has been read\n"
- "or not. Note that this only works with nicks, not with channels."));
+ source.Reply(_(
+ "Checks whether the _last_ memo you sent to \037nick\037 has been read "
+ "or not. Note that this only works with nicks, not with channels."
+ ));
return true;
}
};