IDE: cleaned up garbage from lisTheTargetFileNameIsADirectory resource string after r62364 #2a2559a1fd

git-svn-id: trunk@62368 -
This commit is contained in:
maxim 2019-12-09 21:58:56 +00:00
parent 9307a89215
commit 918866c5bb

View File

@ -1042,7 +1042,7 @@ resourcestring
lisTheOutputDirectoryIsMissing = 'The output directory "%s" is missing.';
lisCreateIt = 'Create it';
lisInvalidFileName = 'Invalid file name';
lisTheTargetFileNameIsADirectory = '\"%s\"\nThe target file name is a directory.';
lisTheTargetFileNameIsADirectory = 'The target file name is a directory.';
lisNotAValidFppkgPrefix ='Free Pascal compiler not found at the given prefix.';
lisIncorrectFppkgConfiguration = 'there is a problem with the Fppkg configuration. (%s)';
lisFppkgCompilerProblem = 'there is a problem with the Free Pascal compiler executable, ';