From 1a1b3e25b01c8f38e57d42e2fa0bcea33b883c83 Mon Sep 17 00:00:00 2001 From: ZetaDesigns Date: Sat, 9 Sep 2017 11:54:50 +0200 Subject: [PATCH] Quick fix II - The sequel --- source/draw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/draw.c b/source/draw.c index 008c46d..eeb8a6e 100644 --- a/source/draw.c +++ b/source/draw.c @@ -310,7 +310,7 @@ void draw_splash_interface(Splash_s *splashes_list, int splash_count, int select pp2d_draw_wtext_center(GFX_TOP, 180, 0.7, 0.7, COLOR_WHITE, L"\uE000 Install Splash \uE004 Switch to Themes"); pp2d_draw_wtext_center(GFX_TOP, 210, 0.7, 0.7, COLOR_WHITE, L"\uE002 Delete current Splash"); - pp2d_draw_wtext_center(GFX_TOP, 150, 0.7, 0.7, COLOR_WHITE, L"\uE003 Preview Theme \uE005 Scan QRCode"); + pp2d_draw_wtext_center(GFX_TOP, 150, 0.7, 0.7, COLOR_WHITE, L"\uE003 Preview Splash \uE005 Scan QRCode"); pp2d_draw_wtext(130, 120, 0.6, 0.6, COLOR_WHITE, L""); pp2d_draw_on(GFX_BOTTOM);