summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Diamantini <adjam7@gmail.com>2010-05-31 23:55:38 +0200
committerAndrea Diamantini <adjam7@gmail.com>2010-05-31 23:55:38 +0200
commit3f40f94d2081c5a8bf1c04a0a9fd9b86d585ef4f (patch)
tree686ac3f722af3993d58f02b7aa5f20a39588545b
parentMinor change to better debug fonts DPI.. (diff)
parentAdd missing dot (diff)
downloadrekonq-3f40f94d2081c5a8bf1c04a0a9fd9b86d585ef4f.tar.xz
Merge commit 'refs/merge-requests/128' of git://gitorious.org/rekonq/mainline
-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...")
);
}
}