summaryrefslogtreecommitdiff
path: root/src/urlbar
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-04-21 13:57:59 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-04-21 13:57:59 +0200
commit4c0b6de7463919f0d841b355259c596899be9883 (patch)
tree63e9c53699fa1eab52cad8b6d6eadb6b1d512028 /src/urlbar
parentadd i18n call (diff)
downloadrekonq-4c0b6de7463919f0d841b355259c596899be9883.tar.xz
add comment to string
Diffstat (limited to 'src/urlbar')
-rw-r--r--src/urlbar/urlresolver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlresolver.cpp b/src/urlbar/urlresolver.cpp
index 5b4b1625..e4a45105 100644
--- a/src/urlbar/urlresolver.cpp
+++ b/src/urlbar/urlresolver.cpp
@@ -172,7 +172,7 @@ UrlSearchList UrlResolver::qurlFromUserInputResolution()
if(urlFromUserInput.isValid())
{
KUrl gUrl(urlFromUserInput);
- QString gTitle = i18n("Browse");
+ QString gTitle = i18nc("Browse a website", "Browse");
UrlSearchItem gItem(UrlSearchItem::Browse, gUrl, gTitle);
list << gItem;
}