diff --git a/switch/source/SDLHelper.cpp b/switch/source/SDLHelper.cpp index 6b311ad..9989f79 100644 --- a/switch/source/SDLHelper.cpp +++ b/switch/source/SDLHelper.cpp @@ -83,9 +83,9 @@ void SDLH_Render(void) { // show watermark for album users if (appletGetAppletType() != AppletType_Application) { - static const char* s = "Please not run Checkpoint in applet mode."; + static const char* s = "Please do not run Checkpoint in applet mode."; SDLH_DrawRect(0, 0, 1280, 720, COLOR_WATERMARK); - SDLH_DrawText(36, 260, 340, COLOR_WHITE, s); + SDLH_DrawText(36, 240, 340, COLOR_WHITE, s); } g_currentTime = SDL_GetTicks() / 1000.f;