diff --git a/components/pochecker/pofamilylists.pp b/components/pochecker/pofamilylists.pp index a1f73bac1a..2d0de8e9a0 100644 --- a/components/pochecker/pofamilylists.pp +++ b/components/pochecker/pofamilylists.pp @@ -93,10 +93,10 @@ begin Add(APoFamily); end else - Msg := Format('"%s"',[ChildName]) + LineEnding + Msg; + Msg := Msg + Format('"%s"',[ChildName]) + LineEnding; end else - Msg := Format('"%s"',[MasterName]) + LineEnding + Msg; + Msg := Msg + Format('"%s"',[MasterName]) + LineEnding; end; end;