From 335af79076ceaf3f8c9d1ba6aa39dce425dac7c5 Mon Sep 17 00:00:00 2001 From: Seeker4 Date: Thu, 22 Aug 2019 02:24:47 -0700 Subject: [PATCH] Fix spelling error. --- oscar/aboutdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += "";