1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-01-30 17:14:58 +01:00

SnapDialog: Replace QLatin1String with QStringLiteral

This commit is contained in:
Jonas Kvinge 2024-06-12 23:23:30 +02:00
parent 299415a889
commit 7ba4fda346

View File

@ -51,7 +51,7 @@ SnapDialog::SnapDialog(QWidget *parent) : MessageDialog(parent) {
text += QLatin1String("</p>");
text += QLatin1String("<p>");
text += tr("For Ubuntu there is an official PPA repository available at %1.").arg(QLatin1String("<a style=\"color:%1;\" href=\"https://launchpad.net/~jonaski/+archive/ubuntu/strawberry\">https://launchpad.net/~jonaski/+archive/ubuntu/strawberry</a>").arg(palette().text().color().name()));
text += tr("For Ubuntu there is an official PPA repository available at %1.").arg(QStringLiteral("<a style=\"color:%1;\" href=\"https://launchpad.net/~jonaski/+archive/ubuntu/strawberry\">https://launchpad.net/~jonaski/+archive/ubuntu/strawberry</a>").arg(palette().text().color().name()));
text += QLatin1String("</p>");
text += QLatin1String("<p>");