1
0
mirror of https://github.com/anope/anope.git synced 2026-07-10 15:03:13 +02:00

Consistently use imperative statements in command descriptions.

This commit is contained in:
Sadie Powell
2026-07-09 18:57:53 +01:00
parent 673b04f1fc
commit cf05a92401
42 changed files with 261 additions and 257 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ public:
CommandGLQueue(Module *creator)
: Command(creator, "global/queue", 1, 2)
{
this->SetDesc(_("Manages your pending message queue."));
this->SetDesc(_("Manage your pending message queue."));
this->SetSyntax(_("ADD \037message\037"));
this->SetSyntax(_("DEL \037entry-num\037"));
this->SetSyntax("LIST");