diff --git a/src/plugins/help/helpplugin.cpp b/src/plugins/help/helpplugin.cpp index 381b56bb34f8c8bb118c23e46eca2d873a6b0758..c6c56b4748862e8dc383095c59a88ca57f69f311 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);