From f222f034f6f1eb4b41487829c393342390eff65a Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Thu, 13 May 2021 15:30:03 +0200 Subject: [PATCH] e --- source/OutdatedSubState.hx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/OutdatedSubState.hx b/source/OutdatedSubState.hx index 62aadb3..5aeba3b 100644 --- a/source/OutdatedSubState.hx +++ b/source/OutdatedSubState.hx @@ -48,8 +48,8 @@ class OutdatedSubState extends MusicBeatState + "\nwhile the most recent version is " + needVer + "." + "\n\nWhat's new:\n\n" + currChanges - + "\n\n + more changes and bugfixes" - + "\nPress Space to view the full changelog and update\nor ESCAPE to ignore this", + + "\n& more changes and bugfixes in the full changelog" + + "\n\nPress Space to view the full changelog and update\nor ESCAPE to ignore this", 32); txt.setFormat("VCR OSD Mono", 32, FlxColor.fromRGB(200, 200, 200), CENTER);