From 2a010e5cdbe5ebf9a94b59d8a1e7e4557cbd1c52 Mon Sep 17 00:00:00 2001 From: Al Date: Sun, 6 Jan 2019 20:57:17 +0100 Subject: Fixed version notification messages. --- src/selfupdater.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/selfupdater.cpp') diff --git a/src/selfupdater.cpp b/src/selfupdater.cpp index cdcbc2f4..c913af6a 100644 --- a/src/selfupdater.cpp +++ b/src/selfupdater.cpp @@ -151,7 +151,7 @@ void SelfUpdater::testForUpdate() } else if (newestVer < this->m_MOVersion) { // this could happen if the user switches from using prereleases to // stable builds. Should we downgrade? - qDebug("this version is newer than the newest installed one: %s -> %s", + qDebug("This version is newer than the latest released one: %s -> %s", qUtf8Printable(this->m_MOVersion.displayString()), qUtf8Printable(newestVer.displayString())); } -- cgit v1.3.1