summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2009-07-31 15:32:36 +0200
committerAndrea Diamantini <adjam7@gmail.com>2009-07-31 15:32:36 +0200
commitb376b6ba4182d901e36e532619b4dfaad48fca0a (patch)
treec3625e27c6a62d83ede051a1649138381d1845c6 /src/mainwindow.cpp
parentMerge branch 'ICON' (diff)
parentMake the string KDE HIG compatible (diff)
downloadrekonq-b376b6ba4182d901e36e532619b4dfaad48fca0a.tar.xz
Merge branch 'I18n'
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 3591e348..cebb7454 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -325,7 +325,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()));
}