mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Merge branch 'master' into fix-remote-wipe-proxy
This commit is contained in:
commit
b9ad82ceeb
@ -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 <a href='%3'>here</a> to download the update.").arg(Theme::instance()->appNameGUI(), updateVersion, _updateInfo.web());
|
||||
case CheckingServer:
|
||||
return tr("Checking update server...");
|
||||
case Unknown:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user