mirror of
https://github.com/anope/anope.git
synced 2026-06-27 04:26:38 +02:00
Fix finding gettext on Windows.
Unfortunately we need to move our escape character from 0x1A to 0x1B because newer versions of gettext treat the former as an EOF character.
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ public:
|
||||
if (!groups.empty())
|
||||
{
|
||||
source.Reply(" ");
|
||||
source.Reply(_("Use the \002%s\032ALL\002 command to list all commands and their descriptions."),
|
||||
source.Reply(_("Use the \002%s\033ALL\002 command to list all commands and their descriptions."),
|
||||
source_command.nobreak().c_str());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user