Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Mar 24, 2024
1 parent 72a9ce0 commit bfe0173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ void DrawDeathText(const Surface &out)
else
text = _("Press ESC to exit game.");
} else {
text = _("Press ESC to continue.");
text = _("Press ESC to continue.");
}
DrawString(out, text, linePosition, smallTextOptions);
}
Expand Down

0 comments on commit bfe0173

Please sign in to comment.