mirror of
https://github.com/wiiu-env/AromaUpdater.git
synced 2024-12-28 14:01:58 +01:00
Fix typo in error text
This commit is contained in:
parent
814e1bba2d
commit
660514b1c0
@ -11,7 +11,7 @@ void UpdaterState::RenderError() {
|
||||
DrawUtils::setFontSize(20);
|
||||
DrawUtils::print(16, 120, ErrorMessage());
|
||||
if (this->mErrorState == ERROR_FAILED_COPY_FILES) {
|
||||
DrawUtils::print(16, 160, "Your Aroma installation might has been corrupted. Please re-download Aroma");
|
||||
DrawUtils::print(16, 160, "Your Aroma installation might have been corrupted. Please re-download Aroma");
|
||||
DrawUtils::print(16, 180, "from " AROMA_DOWNLOAD_URL " and replace the files on the sd card.");
|
||||
} else if (this->mErrorState == ERROR_FAILED_TO_DOWNLOAD_VERSIONS || this->mErrorState == ERROR_DOWNLOAD_FAILED) {
|
||||
if (this->mResponseCode != -1) {
|
||||
|
Loading…
Reference in New Issue
Block a user