diff --git a/src/gui/widget/hintbox.cpp b/src/gui/widget/hintbox.cpp index 418f3fc22..a83d41b59 100644 --- a/src/gui/widget/hintbox.cpp +++ b/src/gui/widget/hintbox.cpp @@ -291,7 +291,7 @@ int ShowHintUTF(const char * const Caption, const char * const Text, const int W if (res & messages_return::unhandled) { - // raus hier und darüber behandeln... + // leave here and handle above... g_RCInput->postMsg(msg, data); res = messages_return::cancel_all; }