From 21a3a11257c0118fdd5065fabadeacd7bd34fea2 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Mon, 31 May 2010 20:02:09 +0200 Subject: Add missing dot --- src/urlbar/urlbar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 5428ca33..b46eccdb 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -203,7 +203,7 @@ void UrlBar::paintEvent(QPaintEvent *event) painter.setPen(Qt::gray); painter.drawText(textRect, Qt::AlignVCenter | Qt::AlignCenter, - i18n("Type here to search your bookmarks, history and the web..") + i18n("Type here to search your bookmarks, history and the web...") ); } } -- cgit v1.2.1