Skip to content

Commit

Permalink
Updated wording a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv authored Mar 7, 2019
1 parent 590dadf commit d4fed6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guis/gui_tx_warning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ void GuiTXWarning::draw() {
Gui::drawRectangle(0, 0, Gui::g_framebuffer_width, Gui::g_framebuffer_height, Gui::makeColor(0xC5, 0x39, 0x29, 0xFF));
Gui::drawTextAligned(fontHuge, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 - 100, COLOR_WHITE, "\uE150", ALIGNED_CENTER);

Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2, COLOR_WHITE, "EdiZon detected that you're running the \"SX OS\" CFW. Please note that this CFW has erroneously implemented services that can cause unexpected failures, corruption of save\data\n or backups, the editor failing to load save files or configs, RAM editing not being\nsupported and many other issues. For the safety of your Switch, use a supported distribution of Atmosphère.", ALIGNED_CENTER);
Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2, COLOR_WHITE, "EdiZon detected that you're running the 'SX OS' CFW. Please note that this CFW has erroneously implemented services that can cause unexpected failures, corruption of save data\n or backups, the editor failing to load save files or configs, RAM editing not being \n supported and other issues. For the safety of your Switch, use a free open source CFW instead.", ALIGNED_CENTER);
Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 + 150 , COLOR_WHITE, "If you want to proceed anyway, press \uE0E0. Otherwise press \uE0EF to exit.", ALIGNED_CENTER);

Gui::drawTextAligned(font20, Gui::g_framebuffer_width / 2, Gui::g_framebuffer_height / 2 + 250, COLOR_WHITE, "\uE070 Don't show this warning anymore", ALIGNED_CENTER);
Expand Down

0 comments on commit d4fed6b

Please sign in to comment.