summaryrefslogtreecommitdiff
path: root/modules/commands/cs_info.cpp
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-06-16 20:41:07 -0400
committerAdam <Adam@anope.org>2014-06-17 08:37:19 -0400
commit9a947fa4359c667be58ebae4634d9ac0e53d5db4 (patch)
treecae4a7f25cec2ef98413275babe02ae3c9199b60 /modules/commands/cs_info.cpp
parent4f7868b1250fa02be825a193970bfb08e32e5d96 (diff)
Correct some language strings
Diffstat (limited to 'modules/commands/cs_info.cpp')
-rw-r--r--modules/commands/cs_info.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/commands/cs_info.cpp b/modules/commands/cs_info.cpp
index af12aba78..48824669a 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -74,11 +74,11 @@ class CommandCSInfo : public Command
this->SendSyntax(source);
source.Reply(" ");
source.Reply(_("Lists information about the named registered channel,\n"
- "including its founder, time of registration, and last\n"
- "time used. If the user issuing the command has the\n"
- "appropriate access for it, then the description, successor,\n"
- "last topic set, settings and expiration time will also\n"
- "be displayed when applicable."));
+ "including its founder, time of registration, last\n"
+ "time used, and description. If the user issuing the\n"
+ "command has the appropriate access for it, then the"
+ "successor, last topic set, settings and expiration"
+ "time will also be displayed when applicable."));
return true;
}
};