From 668afccc2824e4e037b168e3423fd7a1c8847a4e Mon Sep 17 00:00:00 2001 From: ITAxReal Date: Fri, 28 Aug 2020 22:22:39 +0300 Subject: [PATCH] =?UTF-8?q?>=20But=20it's=20a=20sound=20board=20not=20a=20?= =?UTF-8?q?music=20player....=20=EF=BF=BC=20Maybe=20make=20it=20say=20soun?= =?UTF-8?q?ds=20instead=20of=20songs=3F=20Paging=20was=20a=20great=20idea?= =?UTF-8?q?=20however.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Okay, okay. --- firmware/application/apps/soundboard_app.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/apps/soundboard_app.cpp b/firmware/application/apps/soundboard_app.cpp index e3767e7dc..882dc9ce3 100644 --- a/firmware/application/apps/soundboard_app.cpp +++ b/firmware/application/apps/soundboard_app.cpp @@ -205,7 +205,7 @@ void SoundBoardView::refresh_list() { }); } - page_info.set("Page: " + to_string_dec_uint(c_page) + " Songs: " + to_string_dec_uint(file_list.size())); + page_info.set("Page: " + to_string_dec_uint(c_page) + " Sounds: " + to_string_dec_uint(file_list.size())); menu_view.set_highlighted(0); // Refresh }