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 +}