From kde-commits Mon May 31 23:27:05 2010 From: Panagiotis Papadopoulos Date: Mon, 31 May 2010 23:27:05 +0000 To: kde-commits Subject: [Rekonq] 21a3a11: Add missing dot Message-Id: <201005312327.o4VNR5S8021561 () kore ! kollide ! net> X-MARC-Message: https://marc.info/?l=kde-commits&m=127534887510594 commit 21a3a11257c0118fdd5065fabadeacd7bd34fea2 Author: Panagiotis Papadopoulos Date: Mon May 31 20:02:09 2010 +0200 Add missing dot diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 5428ca3..b46eccd 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...") ); } }