spiegel-keyman/developer/src/tike/main/TikeResourceStrings.pas

16 lines
380 B
ObjectPascal

unit TikeResourceStrings;
interface
resourcestring
SMsgExternalEditModified = '%s'+#13#13#13#10+'This file has been modified '+
'outside the editor. Do you want to reload it and lose changes made in the '+
'editor?';
SMsgExternalEdit = '%s'+#13#13#13#10+'This file has been modified outside the '+
'editor. Do you want to reload it?';
implementation
end.