summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-02-02 02:15:39 +0100
committerAndrea Diamantini <adjam7@gmail.com>2010-02-02 02:15:39 +0100
commit0f71de25b0b0c7aedbe7dd9ba70e2ee78caadb43 (patch)
tree36cfb95bad3f7e01bee84dd9059c2842fc26395d /src/webview.cpp
parentFix crashes (and hopefully bug 212219) (diff)
parentKDE HIG fix (diff)
downloadrekonq-0f71de25b0b0c7aedbe7dd9ba70e2ee78caadb43.tar.xz
Merge commit 'refs/merge-requests/83' of git://gitorious.org/rekonq/mainline into panosf
Diffstat (limited to 'src/webview.cpp')
-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);
}