SnapDialog: Remove HTML tag from tr text
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user