diff --git a/src/plugins/revuo/RevuoWidget.cpp b/src/plugins/revuo/RevuoWidget.cpp index 576d7e7..983f673 100644 --- a/src/plugins/revuo/RevuoWidget.cpp +++ b/src/plugins/revuo/RevuoWidget.cpp @@ -38,7 +38,8 @@ void RevuoWidget::updateItems(const QList> &items) { for (const auto &newsbyte : item->newsbytes) { text += "

• " + newsbyte + "

\n"; } - text += "
\nEnjoy Revuo? Consider a donation to the author."; + text += QString("
\nRead the whole issue in your browser").arg(item->url); + text += "

\nEnjoy Revuo? Consider a donation to the author."; m_items[item->title] = text; m_links[item->title] = item->url;