]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Add missing i18n call
authorFrederik Schwarzer <schwarzerf@gmail.com>
Tue, 5 Apr 2011 22:36:39 +0000 (00:36 +0200)
committerFrederik Schwarzer <schwarzerf@gmail.com>
Tue, 5 Apr 2011 22:36:39 +0000 (00:36 +0200)
src/dolphinmainwindow.cpp

index d7b3929b93b1aa83fcec96ceac086bc9a325f459..467373829a20f276b6c15b44c2be71797560255b 100644 (file)
@@ -1691,7 +1691,7 @@ void DolphinMainWindow::setupActions()
     connect(m_recentTabsMenu->menu(), SIGNAL(triggered(QAction *)),
             this, SLOT(restoreClosedTab(QAction *)));
 
-    QAction* action = new QAction("Empty Recently Closed Tabs", m_recentTabsMenu);
+    QAction* action = new QAction(i18n("Empty Recently Closed Tabs"), m_recentTabsMenu);
     action->setIcon(KIcon("edit-clear-list"));
     action->setData(QVariant::fromValue(true));
     m_recentTabsMenu->addAction(action);