aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/base/USongs.pas8
-rw-r--r--src/screens/UScreenCredits.pas4
2 files changed, 6 insertions, 6 deletions
diff --git a/src/base/USongs.pas b/src/base/USongs.pas
index 9d44a086..a7231cb3 100644
--- a/src/base/USongs.pas
+++ b/src/base/USongs.pas
@@ -73,9 +73,9 @@ type
end;
TScore = record
- Name: widestring;
- Score: integer;
- Length: string;
+ Name: widestring;
+ Score: integer;
+ Length: string;
end;
{$IFDEF USE_PSEUDO_THREAD}
@@ -107,7 +107,7 @@ type
procedure BrowseXMLFiles(Dir: widestring);
procedure Sort(Order: integer);
function FindSongFile(Dir, Mask: widestring): widestring;
- property Processing boolean read fProcessing;
+ property Processing: boolean read fProcessing;
end;
diff --git a/src/screens/UScreenCredits.pas b/src/screens/UScreenCredits.pas
index 1d0e5466..def6b7de 100644
--- a/src/screens/UScreenCredits.pas
+++ b/src/screens/UScreenCredits.pas
@@ -108,8 +108,8 @@ type
const
Funky_Text: string =
- 'Grandma Deluxe has arrived! Thanks to Corvus5 for the massive work on UltraStar, Wome for the nice tune you're hearing, '+
- 'all the people who put massive effort and work in new songs (don't forget UltraStar w/o songs would be nothing), ppl from '+
+ 'Grandma Deluxe has arrived! Thanks to Corvus5 for the massive work on UltraStar, Wome for the nice tune you are hearing, '+
+ 'all the people who put massive effort and work in new songs (do not forget UltraStar w/o songs would be nothing), ppl from '+
'irc helping us - eBandit and Gabari, scene ppl who really helped instead of compiling and running away. Greetings to DennisTheMenace for betatesting, '+
'Demoscene.tv, pouet.net, KakiArts, Sourceforge,..';