mirror of
https://github.com/anope/anope.git
synced 2026-07-10 12:23:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ class CommandHelp final
|
||||
public:
|
||||
CommandHelp(Module *creator) : Command(creator, "generic/help", 0)
|
||||
{
|
||||
this->SetDesc(_("Displays this list and give information about commands"));
|
||||
this->SetDesc(_("Display this list and give information about commands"));
|
||||
this->AllowUnregistered(true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user