diff options
author | Adam <Adam@anope.org> | 2011-02-26 17:54:03 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-02-26 17:54:03 -0500 |
commit | f234a2bfab8a4d900cfc0df91afed530d80738d4 (patch) | |
tree | 0224eb342a7d60cee86995bd87910f858d7a2e53 /modules/core/ms_send.cpp | |
parent | 28d17a40cef64783addf177fa30fb267db2cbde7 (diff) |
Replaced the few language strings we use with #defines to prevent accidentally translating them if we shouldnt
Diffstat (limited to 'modules/core/ms_send.cpp')
-rw-r--r-- | modules/core/ms_send.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/core/ms_send.cpp b/modules/core/ms_send.cpp index 03022a210..bd45e9159 100644 --- a/modules/core/ms_send.cpp +++ b/modules/core/ms_send.cpp @@ -42,7 +42,7 @@ class CommandMSSend : public Command void OnSyntaxError(CommandSource &source, const Anope::string &subcommand) { - SyntaxError(source, "SEND", LanguageString::MEMO_SEND_SYNTAX); + SyntaxError(source, "SEND", _(MEMO_SEND_SYNTAX)); } }; |