Improve text displayed when user switches update channel.
authorCamila Ayres <hello@camilasan.com>
Thu, 27 Jun 2024 11:53:09 +0000 (13:53 +0200)
committerCamila Ayres <hello@camilasan.com>
Wed, 3 Jul 2024 14:32:10 +0000 (16:32 +0200)
Signed-off-by: Camila Ayres <hello@camilasan.com>
src/gui/generalsettings.cpp

index 562913ae4261af2fd0f8c0caa9491359ea36d04b..69a2bfb46f47fd21b1f0f1c5808282277caa9146 100644 (file)
@@ -385,11 +385,10 @@ void GeneralSettings::slotUpdateChannelChanged()
         QMessageBox::Warning,
         tr("Changing update channel?"),
         tr("The channel determines which upgrades will be offered to install:\n"
-           "- stable: contains versions considered reliable.\n"
-           "- beta: contains versions with new features in test.\n"
-           "- daily: contains versions created daily only for testing.\n\n"
-           "Downgrading is not possible: changing from beta to stable means waiting for a newer "
-           "version than the one installed."),
+           "- stable: contains tested versions considered reliable\n"
+           "- beta: contains versions with new features that may not be tested thoroughly\n"
+           "- daily: contains versions created daily only for testing and development\n\n"
+           "Downgrading versions is not possible immediately: changing from beta to stable means waiting for the new stable version."),
         QMessageBox::NoButton,
         this);
     const auto acceptButton = msgBox->addButton(tr("Change update channel"), QMessageBox::AcceptRole);