diff --git a/src/Gui/Command.cpp b/src/Gui/Command.cpp index 9b9c7c2d93..0e83ef01fb 100644 --- a/src/Gui/Command.cpp +++ b/src/Gui/Command.cpp @@ -1062,7 +1062,7 @@ void GroupCommand::setup(Action *pcAction) { const char *statustip = cmd->getStatusTip(); if (!statustip || '\0' == *statustip) statustip = tooltip; - pcAction->setToolTip(QCoreApplication::translate(context,tooltip)); + recreateTooltip(context, pcAction); pcAction->setStatusTip(QCoreApplication::translate(context,statustip)); } }