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
1 changed files with 2 additions and 1 deletions

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");