summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-08-25 18:21:07 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-08-25 18:21:07 +0200
commit49a76d2ff89fd5c8ab58231fea93a4e580c60624 (patch)
treef111a0b228b5755523ca11e8b4491684c5dd313b /src/mainwindow.cpp
parentMerge branch 'userCSS' (diff)
downloadrekonq-49a76d2ff89fd5c8ab58231fea93a4e580c60624.tar.xz
i18n style guide fixes
(Stephan Binner svn commit, thanks!)
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index b2c1fed1..bf0f4f36 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -342,7 +342,7 @@ void MainWindow::setupActions()
connect(a, SIGNAL(triggered(bool)), m_view, SLOT(previousTab()));
// clear private data action
- a = new KAction(KIcon("edit-clear"), i18n("Clear Private Data"), this);
+ a = new KAction(KIcon("edit-clear"), i18n("Clear Private Data..."), this);
actionCollection()->addAction(QLatin1String("clear_private_data"), a);
connect(a, SIGNAL(triggered(bool)), this, SLOT(clearPrivateData()));
}