Converter: Better title for unit replacement grid.

git-svn-id: trunk@26345 -
This commit is contained in:
juha 2010-06-30 09:53:56 +00:00
parent 07f5ce2d95
commit 9e1d9075fb

View File

@ -767,7 +767,7 @@ begin
end;
if not fSettings.AutoReplaceUnits then begin
// Edit, then remove or replace units.
Result:=EditMap(MapToEdit, 'Units to rename or remove.');
Result:=EditMap(MapToEdit, 'Units to replace in '+ExtractFileName(fOrigUnitFilename));
if Result<>mrOK then exit;
// Iterate the map and rename / remove.
Node:=MapToEdit.Tree.FindLowest;