diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-22 01:45:34 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-22 01:45:34 +0200 |
commit | a5a96e780d720162ca34872a3ddcdc1ab7bd5fde (patch) | |
tree | 1ee5d41039113dbd4c92a436add3d0f101adce04 /src/urlbar/lineedit.cpp | |
parent | Fix, improve and clean WebSnap API. (diff) | |
parent | change string (diff) | |
download | rekonq-a5a96e780d720162ca34872a3ddcdc1ab7bd5fde.tar.xz |
Merge commit 'refs/merge-requests/2249' of git://gitorious.org/rekonq/mainline into Pano18
Diffstat (limited to 'src/urlbar/lineedit.cpp')
-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...") ); } } |