summaryrefslogtreecommitdiff
path: root/src/webtab/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/webview.cpp')
-rw-r--r--src/webtab/webview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webview.cpp b/src/webtab/webview.cpp
index e9d48f29..56ac1e7a 100644
--- a/src/webtab/webview.cpp
+++ b/src/webtab/webview.cpp
@@ -337,7 +337,7 @@ void WebView::contextMenuEvent(QContextMenuEvent *event)
{
// send by mail: page url
sendByMailAction->setData(page()->currentFrame()->url());
- sendByMailAction->setText(i18n("Share page url"));
+ sendByMailAction->setText(i18n("Share page URL"));
// navigation
QWebHistory *history = page()->history();