summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPanagiotis Papadopoulos <pano_90@gmx.net>2010-05-31 20:02:09 +0200
committerPanagiotis Papadopoulos <pano_90@gmx.net>2010-05-31 20:02:09 +0200
commit21a3a11257c0118fdd5065fabadeacd7bd34fea2 (patch)
tree4fcc60e2ac8a1753312a8ab302697261add1c9f3
parentrekonq 0.4.91 (diff)
downloadrekonq-21a3a11257c0118fdd5065fabadeacd7bd34fea2.tar.xz
Add missing dot
-rw-r--r--src/urlbar/urlbar.cpp2
1 files changed, 1 insertions, 1 deletions
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...")
);
}
}