mirror of https://gitlab.com/basile.b/dexed.git
msg mstk
This commit is contained in:
parent
936c1b4a98
commit
5b9ef8aec8
|
@ -181,7 +181,7 @@ begin
|
|||
root := ExtractFileDir(root);
|
||||
if root = '' then
|
||||
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;
|
||||
end;
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue