Skip to content

Commit

Permalink
- fix message typo for banners downloading.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fledge68 committed Dec 11, 2018
1 parent 8c3ab3b commit b44c415
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified out/boot.dol
Binary file not shown.
2 changes: 1 addition & 1 deletion source/menu/menu_download.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ void CMenu::_download(string gameId)
else if(ret == -2)
m_btnMgr.setText(m_wbfsLblDialog, _t("dlmsg2", L"Network initialization failed!"));
else if(ret == -3)
m_btnMgr.setText(m_wbfsLblDialog, _t("dlmsg33", L"No covers missing."));// no banners missing
m_btnMgr.setText(m_wbfsLblDialog, _t("dlmsg33", L"No banners missing."));// no banners missing
dl_finished = true;
gameId.clear();
//maybe show back button
Expand Down
2 changes: 1 addition & 1 deletion wii/wiiflow/Languages/english.ini
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ dlmsg3=Downloading %i/%i from %s
dlmsg30=No covers missing.
dlmsg31=converting cover %i of %i
dlmsg32=Downloading banner %i/%i
dlmsg33=No covers missing.
dlmsg33=No banners missing.
dlmsg34=Banner URL not set properly!
dlmsg4=Saving %s
dlmsg5=%i/%i files downloaded
Expand Down

0 comments on commit b44c415

Please sign in to comment.