summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-04-21 20:13:22 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-04-21 20:13:22 +0200
commitca608ee0dcc2b66f91c61fde803647f0c1c924dd (patch)
treed229a3a86b1a74fa16be97e054f8040e4329761a /src
parenti18n fixes (diff)
downloadrekonq-ca608ee0dcc2b66f91c61fde803647f0c1c924dd.tar.xz
change string
Diffstat (limited to 'src')
-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...")
);
}
}