Skip to content

Commit

Permalink
Fixed QR download text
Browse files Browse the repository at this point in the history
  • Loading branch information
astronautlevel2 committed Aug 20, 2018
1 parent d3e1b74 commit 312fbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -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...");

Expand Down

0 comments on commit 312fbd5

Please sign in to comment.