diff options
-rw-r--r-- | Game/Code/Screens/UScreenCredits.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Game/Code/Screens/UScreenCredits.pas b/Game/Code/Screens/UScreenCredits.pas index 9c2d474e..262199ac 100644 --- a/Game/Code/Screens/UScreenCredits.pas +++ b/Game/Code/Screens/UScreenCredits.pas @@ -66,7 +66,7 @@ type end;
const
- Funky_Text: AnsiString = |
+ Funky_Text: AnsiString = // |
'A small step in version number, a huge step for the community - USDX works with any video format now. Thanks and greetings fly out to Mota '+
'(we miss you!), Skar (additional skins), Atlassian.com, Zanadoo.com and WhirlWind-Records.com. Massive thanks to the translators: Jonaspaulo, '+
'Jacobo, Bres, W0nderboy, Dadone - and our betatesters: Theril, Tyris, Murmeltier and Lemon. Greetings to Tronic from NuubSing (you guys rule!) and Corvus5.';
|