diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2009-07-31 15:32:36 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2009-07-31 15:32:36 +0200 |
commit | b376b6ba4182d901e36e532619b4dfaad48fca0a (patch) | |
tree | c3625e27c6a62d83ede051a1649138381d1845c6 /src/mainwindow.cpp | |
parent | Merge branch 'ICON' (diff) | |
parent | Make the string KDE HIG compatible (diff) | |
download | rekonq-b376b6ba4182d901e36e532619b4dfaad48fca0a.tar.xz |
Merge branch 'I18n'
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r-- | src/mainwindow.cpp | 2 |
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())); } |