Skip to content

Commit 042b765

Browse files
author
César Cardoso
committed
Update C4D.Validate.Components.Components.pas
1 parent 670ed56 commit 042b765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/C4D.Validate.Components.Components.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class function TC4DValidateComponentsComponents.GetTextFromComponent(const AComp
6767
Exit;
6868
end;
6969

70-
raise Exception.Create(TLanguage.ComponentNotSuported + ' [' + AComponent.Name + ']');
70+
raise Exception.Create(TLanguage.ComponentNotSuported + Format(' [%s]', [ AComponent.Name]));
7171
finally
7272
Result := Result.Trim;
7373
end;

0 commit comments

Comments
 (0)