summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-01-28 15:35:26 +0100
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-01-28 15:35:26 +0100
commitadbec40386bf6e82e430d546deaf90407ebb2af6 (patch)
treee5145a9fb48938b97f58504523b7923c241ded70 /src
parentKDE HIG fixes (diff)
downloadrekonq-adbec40386bf6e82e430d546deaf90407ebb2af6.tar.xz
KDE HIG fix
Diffstat (limited to 'src')
-rw-r--r--src/webview.cpp2
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);
}