summaryrefslogtreecommitdiff
path: root/modules/help.cpp
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-04-16 00:04:30 +0100
committerSadie Powell <sadie@witchery.services>2025-04-16 00:04:30 +0100
commitce362854a39c35249f8d2c7bcf27e3d5f9aa9980 (patch)
tree6d4012d9579c2d56055d621768122cf5f3b658ba /modules/help.cpp
parenta883b616a1360ba74254661cbd39280404d1753a (diff)
Update as many messages as possible for automatic line wrapping.
Diffstat (limited to 'modules/help.cpp')
-rw-r--r--modules/help.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/help.cpp b/modules/help.cpp
index ba559ca7f..abf97f7e1 100644
--- a/modules/help.cpp
+++ b/modules/help.cpp
@@ -117,7 +117,7 @@ public:
if (!groups.empty())
{
source.Reply(" ");
- source.Reply(_("Use the \002%s ALL\002 command to list all commands and their descriptions."), source_command.c_str());
+ source.Reply(_("Use the \002%s\032ALL\002 command to list all commands and their descriptions."), source_command.c_str());
}
}
else