1
0
mirror of https://github.com/anope/anope.git synced 2026-06-28 04:56:38 +02:00

Unmark a message with no translatable content as translatable.

This commit is contained in:
Sadie Powell
2025-11-25 00:37:29 +00:00
parent 52063fe05f
commit 08bebeb9f0
2 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -573,7 +573,7 @@ public:
{
this->SetDesc(_("Manipulate the host offer list"));
this->SetSyntax(_("ADD [+\037expiry\037] \037vhost\037 [\037reason\037]"));
this->SetSyntax(_("CLEAR"));
this->SetSyntax("CLEAR");
this->SetSyntax(_("DEL {\037vhost\037 | \037entry-num\037 | \037list\037}"));
this->SetSyntax(_("LIST [\037vhost-mask\037 | \037entry-num\037 | \037list\037]"));
this->SetSyntax(_("VIEW [\037vhost-mask\037 | \037entry-num\037 | \037list\037]"));