Use a detailed error message

This commit is contained in:
Benau 2019-07-24 15:46:50 +08:00
parent d0e65b0a1e
commit 4d761f3958

View File

@ -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();
}