diff --git a/source/draw.c b/source/draw.c index f299763e..96b6146d 100644 --- a/source/draw.c +++ b/source/draw.c @@ -117,7 +117,7 @@ void init_screens(void) C2D_TextParse(&text[TEXT_INSTALL_BGM], staticBuf, "Installing BGM-only theme..."); C2D_TextParse(&text[TEXT_INSTALL_NO_BGM], staticBuf, "Installing theme without BGM..."); - C2D_TextParse(&text[TEXT_INSTALL_DOWNLOAD], staticBuf, "Installing BGM-only theme..."); + C2D_TextParse(&text[TEXT_INSTALL_DOWNLOAD], staticBuf, "Downloading..."); C2D_TextParse(&text[TEXT_INSTALL_CHECKING_DOWNLOAD], staticBuf, "Checking downloaded file..."); C2D_TextParse(&text[TEXT_INSTALL_ENTRY_DELETE], staticBuf, "Deleting from SD...");