Missing tr()

RevBy: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Jarek Kobus
2009-10-29 09:28:29 +01:00
parent 42a3cd8abe
commit 7c141110fb

View File

@@ -449,7 +449,7 @@ QHelpEngine* HelpPlugin::helpEngine() const
void HelpPlugin::createRightPaneSideBar() void HelpPlugin::createRightPaneSideBar()
{ {
QAction *switchToHelpMode = new QAction("Go to Help Mode", this); QAction *switchToHelpMode = new QAction(tr("Go to Help Mode"), this);
m_rightPaneBackwardAction = m_rightPaneBackwardAction =
new QAction(QIcon(QLatin1String(":/help/images/previous.png")), new QAction(QIcon(QLatin1String(":/help/images/previous.png")),
tr("Previous"), this); tr("Previous"), this);