From ca608ee0dcc2b66f91c61fde803647f0c1c924dd Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Wed, 21 Apr 2010 20:13:22 +0200 Subject: change string --- src/urlbar/lineedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/urlbar/lineedit.cpp') diff --git a/src/urlbar/lineedit.cpp b/src/urlbar/lineedit.cpp index 6236512f..93e65294 100644 --- a/src/urlbar/lineedit.cpp +++ b/src/urlbar/lineedit.cpp @@ -129,7 +129,7 @@ void LineEdit::paintEvent(QPaintEvent *event) painter.setPen(Qt::gray); painter.drawText( textRect, Qt::AlignCenter, - i18n("Search Bookmarks, History, Web.. just start typing here!") + i18n("Start typing here to search your bookmarks, history and the web...") ); } } -- cgit v1.2.1