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

• " + newsbyte + "

\n"; } - text += QString("
\nRead the whole issue in your browser").arg(item->url); + 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;