instantfpc: resourcestring

git-svn-id: trunk@63444 -
This commit is contained in:
mattias 2020-06-27 08:56:22 +00:00
parent a8dbfd43f8
commit 08a8aa9d47

View File

@ -38,8 +38,8 @@ resourcestring
rsSingleFilePr = 'Single file program using InstantFPC to compile and execute.';
const
FileDescNameInstantFPC : string = rsInstantFPCPr;
ProjDescNameInstantFPCProject : string = 'InstantFPC project';
FileDescNameInstantFPC : string = 'InstantFPC program'; // do not localize
ProjDescNameInstantFPCProject : string = 'InstantFPC project'; // do not localize
procedure Register;