mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-06 11:10:44 +00:00
Fix spelling error.
This commit is contained in:
parent
ffda65300d
commit
335af79076
@ -127,7 +127,7 @@ QString AboutDialog::getRelnotes()
|
|||||||
"<hr/>";
|
"<hr/>";
|
||||||
if (ReleaseStatus != "r") {
|
if (ReleaseStatus != "r") {
|
||||||
text += "<p><font color='red' size=+1><b>"+tr("Important:")+"</b></font> "
|
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 += changeLog;
|
||||||
text += "</body></html>";
|
text += "</body></html>";
|
||||||
|
Loading…
Reference in New Issue
Block a user