diff --git a/compiler/utils/msg2inc.pp b/compiler/utils/msg2inc.pp index a35fb462e3..9e8e45787f 100644 --- a/compiler/utils/msg2inc.pp +++ b/compiler/utils/msg2inc.pp @@ -714,7 +714,7 @@ begin end; if s[i+k]='_' then inc(i,k+1); - writeln(t,'\item ['+s1+escapestring(Copy(s,i,255))+']'); + writeln(t,'\item ['+s1+escapestring(Copy(s,i,255))+'] \hfill \\'); end else writeln('error in line: ',line,' skipping');