From 989a8bde30119c382bb6a4cce51adb527740aaf5 Mon Sep 17 00:00:00 2001 From: hartie95 Date: Mon, 22 Feb 2021 00:30:59 +0100 Subject: [PATCH] fixed linebreak position in mariko error message --- source/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/main.cpp b/source/main.cpp index ba626cd..1b47f72 100644 --- a/source/main.cpp +++ b/source/main.cpp @@ -91,7 +91,7 @@ class FastCFWSwitchOverlay : public tsl::Overlay { const bool is_erista = hardware_type == 0 || hardware_type == 1; if(!is_erista) { // unsupported Switch model, show error - return initially("This Switch model is not supported\nReboot to payload is only possible\n\non an Erista Switch"); + return initially("This Switch model is not supported\n\nReboot to payload is only possible\non an Erista Switch"); } else { // create main GUI with payload selection return initially();