Use a detailed error message
This commit is contained in:
parent
d0e65b0a1e
commit
4d761f3958
@ -201,7 +201,7 @@ void DownloadAssets::onUpdate(float dt)
|
||||
// Reset the download buttons so user can redownload if needed
|
||||
// I18N: Shown when there is download error for assets download
|
||||
// in the first run
|
||||
core::stringw msg = _("Failed to download assets, please try again later.");
|
||||
core::stringw msg = _("Failed to download assets, check your storage space or internet connection and try again later.");
|
||||
MessageQueue::add(MessageQueue::MT_ERROR, msg);
|
||||
DownloadAssets::init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user