diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-01-28 15:35:26 +0100 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-01-28 15:35:26 +0100 |
commit | adbec40386bf6e82e430d546deaf90407ebb2af6 (patch) | |
tree | e5145a9fb48938b97f58504523b7923c241ded70 /src | |
parent | KDE HIG fixes (diff) | |
download | rekonq-adbec40386bf6e82e430d546deaf90407ebb2af6.tar.xz |
KDE HIG fix
Diffstat (limited to 'src')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 3936ed3c..232a2633 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -278,7 +278,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event) if (ReKonfig::kgetList()) { - a = new KAction(KIcon("kget"), i18n("List all links"), this); + a = new KAction(KIcon("kget"), i18n("List All Links"), this); connect(a, SIGNAL(triggered(bool)), page(), SLOT(downloadAllContentsWithKGet())); menu.addAction(a); } |