Fix spelling error.

This commit is contained in:
Seeker4 2019-08-22 02:24:47 -07:00
parent ffda65300d
commit 335af79076

View File

@ -127,7 +127,7 @@ QString AboutDialog::getRelnotes()
"<hr/>";
if (ReleaseStatus != "r") {
text += "<p><font color='red' size=+1><b>"+tr("Important:")+"</b></font> "
"<font size=+1><i>"+tr("As this is a pre-release version, it is recommended that you <b>back up your data folder manually</b> before proceding, because attempting to roll back later may break things.")+"</i></font></p><hr/>";
"<font size=+1><i>"+tr("As this is a pre-release version, it is recommended that you <b>back up your data folder manually</b> before proceeding, because attempting to roll back later may break things.")+"</i></font></p><hr/>";
}
text += changeLog;
text += "</body></html>";