Update english.ini

This commit is contained in:
wiidev 2020-04-14 03:41:57 +01:00
parent d0e1dc8d45
commit 750614e055
2 changed files with 2 additions and 2 deletions

View File

@ -495,7 +495,7 @@ int CMenu::_cacheCovers()
{ {
index++; index++;
update_pThread(index, false); update_pThread(index, false);
m_thrdMessage = wfmt(_fmt("dlmsg31", L"converting cover %i of %i"), index, total); m_thrdMessage = wfmt(_fmt("dlmsg31", L"Converting cover %i of %i"), index, total);
m_thrdMessageAdded = true; m_thrdMessageAdded = true;
/* get cover png path */ /* get cover png path */

View File

@ -303,7 +303,7 @@ dlmsg28=Running FTP Server on %s:%u
dlmsg29=FTP Server is currently stopped. dlmsg29=FTP Server is currently stopped.
dlmsg3=Downloading %i/%i from %s dlmsg3=Downloading %i/%i from %s
dlmsg30=No covers missing. dlmsg30=No covers missing.
dlmsg31=converting cover %i of %i dlmsg31=Converting cover %i of %i
dlmsg32=Downloading banner %i/%i dlmsg32=Downloading banner %i/%i
dlmsg33=No banners missing. dlmsg33=No banners missing.
dlmsg34=Banner URL not set properly! dlmsg34=Banner URL not set properly!