1
0
mirror of https://github.com/strawberrymusicplayer/strawberry synced 2025-02-03 02:47:36 +01:00

SnapDialog: Remove HTML tag from tr text

This commit is contained in:
Jonas Kvinge 2022-07-14 22:04:23 +02:00
parent 34e5645dab
commit ad50875f9c

View File

@ -76,7 +76,8 @@ SnapDialog::SnapDialog(QWidget *parent) : QDialog(parent), ui_(new Ui_SnapDialog
text += QString("snap remove strawberry");
text += QString("</p>");
text += QString("<p>");
text += tr("Install strawberry through PPA:<br />");
text += tr("Install strawberry through PPA:");
text += QString("<br />");
text += QString("sudo add-apt-repository ppa:jonaski/strawberry<br />");
text += QString("sudo apt-get update<br />");
text += QString("sudo apt install strawberry");