From c875b506eaa10e4b100fb4ddd6ac9161abc1bef5 Mon Sep 17 00:00:00 2001 From: HighMans Date: Sat, 21 Jan 2017 15:20:48 -0500 Subject: [PATCH] Update config.c --- source/config.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/config.c b/source/config.c index 48e4b75..5a69722 100644 --- a/source/config.c +++ b/source/config.c @@ -192,7 +192,7 @@ void configMenu(bool isSdMode, bool oldPinStatus, u32 oldPinMode) "Only change this if you know what you\n" "are doing!", - "Hides the the input when entering pin\n" + "Hides the input when entering pin\n" "to unlock the 3DS" }; @@ -399,4 +399,4 @@ void configMenu(bool isSdMode, bool oldPinStatus, u32 oldPinMode) while(HID_PAD & PIN_BUTTONS); wait(2000ULL); -} \ No newline at end of file +}