From 356aad4cb2fdccdea60a3f91936e79fbb4d97934 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Fri, 27 Apr 2012 00:00:55 +0200 Subject: Mispelling: "no show urlbar suggestions" --> "not show url suggestions" BUG: 298819 --- src/searchenginebar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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())); -- cgit v1.2.1