Fix grammatical mistake in demo watermark

pull/118/head
Cole Faust 4 years ago committed by GitHub
parent 1a7a06fce2
commit eb16025598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,7 +33,7 @@ export class HUDWatermark extends BaseHUDPart {
parameters.context.font = "bold " + this.root.app.getEffectiveUiScale() * 12 + "px GameFont";
// parameters.context.textAlign = "center";
parameters.context.fillText(
"Please consider to buy the full version!",
"Please consider buying the full version!",
x,
this.root.app.getEffectiveUiScale() * 45
);

Loading…
Cancel
Save