IDE: removed useless # symbol from Lazarus version label in About dialog

(cherry picked from commit 368d15ea48)
This commit is contained in:
Maxim Ganetsky 2021-07-29 01:32:06 +03:00
parent 7d39ac436d
commit bc7c8d517d

View File

@ -175,7 +175,7 @@ const
begin
Notebook.PageIndex:=0;
Caption:=lisAboutLazarus;
VersionLabel.Caption := lisVersion+' #: '+ GetLazarusVersionString;
VersionLabel.Caption := lisVersion+': '+ GetLazarusVersionString;
RevisionLabel.Caption := lisRevision+LazarusRevisionStr;
BuildDateLabel.Caption := lisDate+': '+GetLocalizedBuildDate;
FPCVersionLabel.Caption:= lisFPCVersion+{$I %FPCVERSION%};