]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
revuo: trim link
authortobtoht <tob@featherwallet.org>
Thu, 19 Oct 2023 22:00:36 +0000 (00:00 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 19 Oct 2023 22:00:36 +0000 (00:00 +0200)
src/plugins/revuo/RevuoWidget.cpp

index 983f673624d9ca74635afa5cb48c22a34191891f..3fba9d9d42ab54f4dac37c2bdaf4186e331f308d 100644 (file)
@@ -38,7 +38,7 @@ void RevuoWidget::updateItems(const QList<QSharedPointer<RevuoItem>> &items) {
         for (const auto &newsbyte : item->newsbytes) {
             text += "<p> • " + newsbyte + "</p>\n";
         }
-        text += QString("<br>\n<a href=\"%1\">Read the whole issue in your browser</a>").arg(item->url);
+        text += QString("<br>\nRead the whole issue in your <a href=\"%1\">browser</a>.").arg(item->url);
         text += "<br><br>\nEnjoy Revuo? Consider a <a href=\"feather://donate-revuo\">donation</a> to the author.";
 
         m_items[item->title] = text;