diff --git a/src/gui/updater/ocupdater.cpp b/src/gui/updater/ocupdater.cpp index c9df44a7c0..7db3e6ed0b 100644 --- a/src/gui/updater/ocupdater.cpp +++ b/src/gui/updater/ocupdater.cpp @@ -148,7 +148,7 @@ QString OCUpdater::statusString() const case DownloadTimedOut: return tr("Could not check for new updates."); case UpdateOnlyAvailableThroughSystem: - return tr("New %1 version %2 available. Please use the system's update tool to install it.").arg(Theme::instance()->appNameGUI(), updateVersion); + return tr("New %1 version %2 is available. Please click here to download the update.").arg(Theme::instance()->appNameGUI(), updateVersion, _updateInfo.web()); case CheckingServer: return tr("Checking update server..."); case Unknown: