summaryrefslogtreecommitdiff
path: root/src/urlbar/lineedit.cpp
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-04-22 01:45:34 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-04-22 01:45:34 +0200
commita5a96e780d720162ca34872a3ddcdc1ab7bd5fde (patch)
tree1ee5d41039113dbd4c92a436add3d0f101adce04 /src/urlbar/lineedit.cpp
parentFix, improve and clean WebSnap API. (diff)
parentchange string (diff)
downloadrekonq-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.cpp2
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...")
);
}
}