Merge pull request #118 from Colecf/patch-1

Fix grammatical mistake in demo watermark
This commit is contained in:
tobspr 2020-06-12 10:28:50 +02:00 committed by GitHub
commit a348ee6e45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
);