summaryrefslogtreecommitdiff
path: root/src/urlbar/urlbar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/urlbar/urlbar.cpp')
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp
index e12c5842..6775e02c 100644
--- a/src/urlbar/urlbar.cpp
+++ b/src/urlbar/urlbar.cpp
@@ -576,7 +576,7 @@ IconButton *UrlBar::addRightIcon(UrlBar::icon ic)
else
{
rightIcon->setIcon(KIcon("preferences-web-browser-adblock").pixmap(32, 32, QIcon::Disabled));
- rightIcon->setToolTip(i18n("AdBlock is NOT enabled on this site"));
+ rightIcon->setToolTip(i18n("AdBlock is not enabled on this site"));
}
break;
}