diff options
Diffstat (limited to 'modules/operserv/os_info.cpp')
-rw-r--r-- | modules/operserv/os_info.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/modules/operserv/os_info.cpp b/modules/operserv/os_info.cpp index 05ff6af07..62ccef2f0 100644 --- a/modules/operserv/os_info.cpp +++ b/modules/operserv/os_info.cpp @@ -254,9 +254,11 @@ public: { this->SendSyntax(source); source.Reply(" "); - source.Reply(_("Add or delete oper information for a given nick or channel.\n" - "This will show to opers in the respective info command for\n" - "the nick or channel.")); + source.Reply(_( + "Add or delete oper information for a given nick or channel. " + "This will show to opers in the respective info command for " + "the nick or channel." + )); return true; } }; |