mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Update check: better message when running development version
This isn't an error. The server tells us what it knows. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
75af60f327
commit
26c3dcbcb6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void UpdateManager::requestReceived()
|
|||
// strings that it is likely to send back
|
||||
if (responseBody.contains("Newest release version is "))
|
||||
responseBody.replace("Newest release version is ", tr("Newest release version is "));
|
||||
msgText = tr("There was an error while trying to check for updates.<br/><br/>%1").arg(responseBody);
|
||||
msgText = tr("The server returned the following information:").append("<br/><br/>").append(responseBody);
|
||||
msgbox.setIcon(QMessageBox::Warning);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue