diff options
| author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:11:39 +0200 | 
|---|---|---|
| committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2009-07-31 12:11:39 +0200 | 
| commit | ea2a023be1be59e49a1bb7ffec90f5f1624faea3 (patch) | |
| tree | 8525ce9aa05a9dc81b7edede8aab6842bd9f79dc | |
| parent | "Fixed" a string a little (diff) | |
| download | rekonq-ea2a023be1be59e49a1bb7ffec90f5f1624faea3.tar.xz | |
Make the string KDE HIG compatible
| -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 706a3051..bb29791c 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -324,7 +324,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()));  } | 
