diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2012-04-27 00:00:55 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2012-04-27 00:00:55 +0200 |
commit | 356aad4cb2fdccdea60a3f91936e79fbb4d97934 (patch) | |
tree | 9f861670a537e8f998635785594e76fea7c71406 | |
parent | Fix a regression from previous commit (diff) | |
download | rekonq-356aad4cb2fdccdea60a3f91936e79fbb4d97934.tar.xz |
Mispelling: "no show urlbar suggestions" --> "not show url suggestions"
BUG: 298819
-rw-r--r-- | src/searchenginebar.cpp | 2 |
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())); |