summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webwindow/rekonqfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webwindow/rekonqfactory.cpp b/src/webwindow/rekonqfactory.cpp
index af15bf42..86c60b55 100644
--- a/src/webwindow/rekonqfactory.cpp
+++ b/src/webwindow/rekonqfactory.cpp
@@ -322,7 +322,7 @@ void RekonqFactory::fillMenu(KMenu *m, QDomNode node)
if (el.tagName() == QL1S("text"))
{
- const QString menuTitle = el.text();
+ const QString menuTitle = i18n(qPrintable(el.text()));
m->setTitle(menuTitle);
}