mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:29:29 +02:00
IDE: cleaned up garbage from lisTheTargetFileNameIsADirectory resource string after r62364 #2a2559a1fd
git-svn-id: trunk@62368 -
This commit is contained in:
parent
9307a89215
commit
918866c5bb
@ -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, ';
|
||||
|
Loading…
Reference in New Issue
Block a user