diff options
author | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-04-21 20:13:22 +0200 |
---|---|---|
committer | Panagiotis Papadopoulos <pano_90@gmx.net> | 2010-04-21 20:13:22 +0200 |
commit | ca608ee0dcc2b66f91c61fde803647f0c1c924dd (patch) | |
tree | d229a3a86b1a74fa16be97e054f8040e4329761a /src | |
parent | i18n fixes (diff) | |
download | rekonq-ca608ee0dcc2b66f91c61fde803647f0c1c924dd.tar.xz |
change string
Diffstat (limited to 'src')
-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...") ); } } |