From 312fbd5fbf23f31341056f20c75e3f4e66ce9020 Mon Sep 17 00:00:00 2001 From: Alex Taber Date: Fri, 10 Aug 2018 15:44:37 -0400 Subject: [PATCH] Fixed QR download text --- source/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...");