summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2012-04-27 00:00:55 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-04-27 00:00:55 +0200
commit356aad4cb2fdccdea60a3f91936e79fbb4d97934 (patch)
tree9f861670a537e8f998635785594e76fea7c71406
parentFix a regression from previous commit (diff)
downloadrekonq-356aad4cb2fdccdea60a3f91936e79fbb4d97934.tar.xz
Mispelling: "no show urlbar suggestions" --> "not show url suggestions"
BUG: 298819
-rw-r--r--src/searchenginebar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchenginebar.cpp b/src/searchenginebar.cpp
index f8e137ec..3bb600de 100644
--- a/src/searchenginebar.cpp
+++ b/src/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 no show proper urlbar suggestions."));
+ setText(i18n("You don't 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()));