summaryrefslogtreecommitdiff
path: root/modules/commands/cs_info.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r--modules/commands/cs_info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index 4f733fb60..b86755d58 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -125,8 +125,8 @@ class CommandCSInfo : public Command
source.Reply(" ");
source.Reply(_("Lists information about the named registered channel,\n"
"including its founder, time of registration, last time\n"
- "used, description, and mode lock, if any. If \002ALL\002 is \n"
- "specified, the entry message and successor will also \n"
+ "used, description, and mode lock, if any. If \002ALL\002 is\n"
+ "specified, the entry message and successor will also\n"
"be displayed."));
return true;
}