diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-05-25 11:16:32 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-05-25 11:16:32 +0200 |
commit | 29ee89dfb20af834efd4471ab8bcc953383ffe1f (patch) | |
tree | 32c37db075ee451bf8eeb31f7bf35f08795e9b42 /src/urlbar | |
parent | Alternate F6 shortcut for open location action (diff) | |
parent | last minute string fixes (diff) | |
download | rekonq-29ee89dfb20af834efd4471ab8bcc953383ffe1f.tar.xz |
Merge commit 'refs/merge-requests/2276' of git://gitorious.org/rekonq/mainline into m2276
Diffstat (limited to 'src/urlbar')
-rw-r--r-- | src/urlbar/rsswidget.cpp | 2 | ||||
-rw-r--r-- | src/urlbar/urlbar.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/urlbar/rsswidget.cpp b/src/urlbar/rsswidget.cpp index ae96dfae..6cd63b95 100644 --- a/src/urlbar/rsswidget.cpp +++ b/src/urlbar/rsswidget.cpp @@ -163,7 +163,7 @@ void RSSWidget::addWithAkregator(const QString &url) if (!reply.isValid()) { - KMessageBox::error(0, QString(i18n("Could not add stream to akregator, Please add it manually :") + KMessageBox::error(0, QString(i18n("Could not add feed to Akregator. Please add it manually:") + "<br /><br /> <a href=\"" + url + "\">" + url + "</a>")); } } diff --git a/src/urlbar/urlbar.cpp b/src/urlbar/urlbar.cpp index 6ec461a2..4d38f170 100644 --- a/src/urlbar/urlbar.cpp +++ b/src/urlbar/urlbar.cpp @@ -91,7 +91,7 @@ UrlBar::UrlBar(QWidget *parent) setUrlDropsEnabled(true); // tooltip - setToolTip(i18n("Type here to search your bookmarks, history and the web..")); + setToolTip(i18n("Type here to search your bookmarks, history and the web...")); // accept focus, via tabbing, clicking & wheeling setFocusPolicy(Qt::WheelFocus); |