diff options
Diffstat (limited to 'src')
| -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())); | 
