diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 381b56bb34f..c6c56b47488 100644 --- a/src/plugins/help/helpplugin.cpp +++ b/src/plugins/help/helpplugin.cpp @@ -449,7 +449,7 @@ QHelpEngine* HelpPlugin::helpEngine() const void HelpPlugin::createRightPaneSideBar() { - QAction *switchToHelpMode = new QAction("Go to Help Mode", this); + QAction *switchToHelpMode = new QAction(tr("Go to Help Mode"), this); m_rightPaneBackwardAction = new QAction(QIcon(QLatin1String(":/help/images/previous.png")), tr("Previous"), this);