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

This commit is contained in:
Maxim Ganetsky 2021-07-29 01:32:06 +03:00
parent 5de61b7a28
commit 368d15ea48

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%};