Du irrst dich.
GetText nimmt sowohl die Resourcestrings, als auch die Funktion "_()".
@TE:
Schonmal so probiert?
Delphi-Quellcode:
resourcestring
VERYIMPORTANTTEXT = 'Hallo ihr da';
VERYIMPORTANTTEXT2 = 'Ich bin die zweite Zeile';
{...}
CloseFailMessage := VERYIMPORTANTTEXT + #13#10 + VERYIMPORTANTTEXT2
Sollte vom Prinzip so gehen...