From: tobtoht Date: Thu, 19 Oct 2023 22:00:36 +0000 (+0200) Subject: revuo: trim link X-Git-Url: https://git.nutra.tk/v2?a=commitdiff_plain;h=c713ec96961505d2519f08bebc94d84b14a58074;p=gamesguru%2Ffeather.git revuo: trim link --- diff --git a/src/plugins/revuo/RevuoWidget.cpp b/src/plugins/revuo/RevuoWidget.cpp index 983f6736..3fba9d9d 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;