|
@@ -6007,7 +6007,7 @@ begin
|
|
// Convert to string
|
|
// Convert to string
|
|
Result:='';
|
|
Result:='';
|
|
for i:=0 to Args.Count-1 do
|
|
for i:=0 to Args.Count-1 do
|
|
- Result:=Result+' '+maybequoted(Args[i]);
|
|
|
|
|
|
+ Result:=Result+' '+maybequoted(APackage.Dictionary.ReplaceStrings(Args[i]));
|
|
Delete(result,1,1);
|
|
Delete(result,1,1);
|
|
|
|
|
|
if Defaults.UseEnvironment and assigned(Env) then
|
|
if Defaults.UseEnvironment and assigned(Env) then
|