diff options
Diffstat (limited to 'modules/core/ms_sendall.cpp')
-rw-r--r-- | modules/core/ms_sendall.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_sendall.cpp b/modules/core/ms_sendall.cpp index b6517b31d..1d826af0f 100644 --- a/modules/core/ms_sendall.cpp +++ b/modules/core/ms_sendall.cpp @@ -28,7 +28,7 @@ class CommandMSSendAll : public Command if (readonly) { - source.Reply(LanguageString::MEMO_SEND_DISABLED); + source.Reply(_(MEMO_SEND_DISABLED)); return MOD_CONT; } |