diff options
| author | Frederik Schwarzer <[email protected]> | 2011-04-06 00:36:39 +0200 |
|---|---|---|
| committer | Frederik Schwarzer <[email protected]> | 2011-04-06 00:36:39 +0200 |
| commit | 33635cd40c47c5710cd10a5fba878b35a89a5eb3 (patch) | |
| tree | f5bcd2f32e5b9a2a6658a8768b6d9635ed1b9a01 /src/dolphinmainwindow.cpp | |
| parent | f1e69dce8ab1ab1b674694d5048441a8a5673197 (diff) | |
Add missing i18n call
Diffstat (limited to 'src/dolphinmainwindow.cpp')
| -rw-r--r-- | src/dolphinmainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinmainwindow.cpp b/src/dolphinmainwindow.cpp index d7b3929b9..467373829 100644 --- a/src/dolphinmainwindow.cpp +++ b/src/dolphinmainwindow.cpp @@ -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); |
