This commit is contained in:
Basile Burg 2015-05-15 09:38:35 +02:00
parent 936c1b4a98
commit 5b9ef8aec8
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ begin
root := ExtractFileDir(root); root := ExtractFileDir(root);
if root = '' then if root = '' then
begin begin
dlgOkInfo('the static library can not be registered because its sources files has not a common folder'); dlgOkInfo('the static library can not be registered because its source files have no common folder');
exit; exit;
end; end;
// //