Skip to content

Commit

Permalink
clang
Browse files Browse the repository at this point in the history
  • Loading branch information
kphoenix137 committed Feb 12, 2025
1 parent 7bc6da0 commit 0fe8ba8
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 @@ -1438,7 +1438,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 0fe8ba8

Please sign in to comment.