summaryrefslogtreecommitdiff
path: root/modules/commands/cs_info.cpp
diff options
context:
space:
mode:
authorZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
committerZantox <jyoerger10@msn.com>2014-06-25 02:09:43 -0400
commit3bea089793ff80b756a63e7cca05947787dd0881 (patch)
tree18c72eaf7164233b386d72e53fbda7308e76aff6 /modules/commands/cs_info.cpp
parent8fecad3039626feb3200a133355b754b7751a35b (diff)
Updated ChanServ Command English Language
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 af12aba78..c92f6415d 100644
--- a/modules/commands/cs_info.cpp
+++ b/modules/commands/cs_info.cpp
@@ -16,7 +16,7 @@ class CommandCSInfo : public Command
public:
CommandCSInfo(Module *creator) : Command(creator, "chanserv/info", 1, 2)
{
- this->SetDesc(_("Lists information about the named registered channel"));
+ this->SetDesc(_("Lists information about the specified registered channel"));
this->SetSyntax(_("\037channel\037"));
this->AllowUnregistered(true);
}
@@ -73,7 +73,7 @@ class CommandCSInfo : public Command
{
this->SendSyntax(source);
source.Reply(" ");
- source.Reply(_("Lists information about the named registered channel,\n"
+ source.Reply(_("Lists information about the specified 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"