From eda3a257b732af2e4980445da092d328ddb6755f Mon Sep 17 00:00:00 2001 From: Nightkingale <63483138+Nightkingale@users.noreply.github.com> Date: Fri, 31 May 2024 16:55:52 -0600 Subject: [PATCH] Partially undo wrong branch commit --- source/clock_item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/clock_item.cpp b/source/clock_item.cpp index 3fd1fcf..bdec8be 100644 --- a/source/clock_item.cpp +++ b/source/clock_item.cpp @@ -53,7 +53,7 @@ namespace { clock_item::clock_item() : - text_item{{}, "Clock (press " NIN_GLYPH_BTN_A ")", "", 48} + text_item{{}, "Clock (Press " NIN_GLYPH_BTN_A ")", "", 48} {}