I will see to change the text color for dark themes.
----
Lokalizacja docelowa:
Search for
Code:
with WizardForm.SelectDirLabel do begin
Caption := AppNameOverride(msgSelectDirLabel3);
Left := FolderImage.Left + 42;
Top := ScaleY(0);
Width := ScaleX(488);
Height := ScaleY(45);
WordWrap := True;
end;
and change height to 42 (should be enough)
Will be changed in next version