From 7c141110fb86c197640eeaeedcc29bbea42a6ba4 Mon Sep 17 00:00:00 2001
From: Jarek Kobus <jkobus@trolltech.com>
Date: Thu, 29 Oct 2009 09:28:29 +0100
Subject: [PATCH] Missing tr()

RevBy: Friedemann Kleint <Friedemann.Kleint@nokia.com>
---
 src/plugins/help/helpplugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
-- 
GitLab