diff options
Diffstat (limited to 'src/actions')
-rw-r--r-- | src/actions/chat.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/actions/chat.cpp b/src/actions/chat.cpp index 8f991dd5f..0a83c4578 100644 --- a/src/actions/chat.cpp +++ b/src/actions/chat.cpp @@ -76,6 +76,7 @@ #include "net/net.h" #include "net/partyhandler.h" +#include "utils/booleanoptions.h" #include "utils/gettext.h" #include "utils/stringutils.h" @@ -86,10 +87,6 @@ extern std::string tradePartnerName; extern QuitDialog *quitDialog; extern unsigned int tmwServerVersion; -// TRANSLATORS: chat option changed message -#define BOOLEAN_OPTIONS _("Options to /%s are \"yes\", \"no\", \"true\", "\ -"\"false\", \"1\", \"0\".") - namespace Actions { |