summaryrefslogtreecommitdiff
path: root/src/webtab/searchenginebar.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webtab/searchenginebar.cpp')
-rw-r--r--src/webtab/searchenginebar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/searchenginebar.cpp b/src/webtab/searchenginebar.cpp
index 441facf7..e463ba27 100644
--- a/src/webtab/searchenginebar.cpp
+++ b/src/webtab/searchenginebar.cpp
@@ -58,7 +58,7 @@ SearchEngineBar::SearchEngineBar(QWidget *parent)
setCloseButtonVisible(false);
- setText(i18n("You don't have a default search engine set. Without it, rekonq will not show proper url suggestions."));
+ setText(i18n("You do not have a default search engine set. Without it, rekonq will not show proper URL suggestions."));
KAction *acceptAction = new KAction(i18n("Set it"), this);
connect(acceptAction, SIGNAL(triggered(bool)), this, SIGNAL(accepted()));