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:
parent
34e5645dab
commit
ad50875f9c
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user