diff options
-rw-r--r-- | src/urlbar/lineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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...") ); } } |