Browse Source

FreePascal -> Free Pascal in the IDE about window. we call ourselves Free Pascal everywhere, so be consistent

git-svn-id: trunk@29330 -
Károly Balogh 10 years ago
parent
commit
3dcccea788
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ide/fpviews.pas

+ 1 - 1
ide/fpviews.pas

@@ -4241,7 +4241,7 @@ begin
   HelpCtx:=hcAbout;
   GetExtent(R); R.Grow(-3,-2);
   R2.Copy(R); R2.B.Y:=R2.A.Y+1;
-  Insert(New(PStaticText, Init(R2, ^C'FreePascal IDE for '+source_info.name)));
+  Insert(New(PStaticText, Init(R2, ^C'Free Pascal IDE for '+source_info.name)));
   R2.Move(0,1);
   Insert(New(PStaticText, Init(R2, ^C'Target CPU: '+target_cpu_string)));
   R2.Move(0,1);