diff --git a/src/utils/debug.cpp b/src/utils/debug.cpp index defe47774..dc0b9fd4e 100644 --- a/src/utils/debug.cpp +++ b/src/utils/debug.cpp @@ -64,7 +64,6 @@ #include "utils/log.hpp" #include "utils/profiler.hpp" #include "utils/string_utils.hpp" -#include "utils/translation.hpp" #include #include @@ -1034,7 +1033,7 @@ bool handleContextMenuAction(s32 cmd_id) irr_driver->setRecording(false); break; case DEBUG_HELP: - new TutorialMessageDialog(_("Debug keyboard shortcuts (can conflict with user-defined shortcuts):\n" + new TutorialMessageDialog(L"Debug keyboard shortcuts (can conflict with user-defined shortcuts):\n" "* <~> - Show this help dialog | + - Adjust lights | + - Adjust visuals\n" "* - Anvil powerup | + - Normal view | + - Bomb attachment\n" "* - Basketball powerup | + - First person view | + - Anvil attachment\n" @@ -1054,7 +1053,7 @@ bool handleContextMenuAction(s32 cmd_id) "* - Last kart\n" "* - Previous kart\n" "* - Next kart" - ), true); + , true); break; } return false;