Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoGiordano committed Sep 11, 2019
1 parent 567dea5 commit 598d57b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switch/source/SDLHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 598d57b

Please sign in to comment.