diff --git a/oscar/aboutdialog.cpp b/oscar/aboutdialog.cpp index 98394d6b..0ad4499c 100644 --- a/oscar/aboutdialog.cpp +++ b/oscar/aboutdialog.cpp @@ -127,7 +127,7 @@ QString AboutDialog::getRelnotes() "
"; if (ReleaseStatus != "r") { text += "

"+tr("Important:")+" " - ""+tr("As this is a pre-release version, it is recommended that you back up your data folder manually before proceding, because attempting to roll back later may break things.")+"


"; + ""+tr("As this is a pre-release version, it is recommended that you back up your data folder manually before proceeding, because attempting to roll back later may break things.")+"


"; } text += changeLog; text += "";