mirror of
https://github.com/anope/anope.git
synced 2026-07-10 09:23:14 +02:00
Consistently use imperative statements in command descriptions.
This commit is contained in:
@@ -21,7 +21,7 @@ public:
|
||||
CommandNSSetLayout(Module *creator, const Anope::string &sname = "nickserv/set/layout", size_t min = 1)
|
||||
: Command(creator, sname, min, min + 1)
|
||||
{
|
||||
this->SetDesc(_("Configures the layout used for services messages"));
|
||||
this->SetDesc(_("Configure the layout used for services messages"));
|
||||
this->SetSyntax("{FIXED | FLEXIBLE | MONOSPACE}");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user