diff --git a/lib/resource/english/ResEng.gf b/lib/resource/english/ResEng.gf index a00eb5aa5..2ca221f9d 100644 --- a/lib/resource/english/ResEng.gf +++ b/lib/resource/english/ResEng.gf @@ -317,7 +317,7 @@ resource ResEng = ParamX ** open Prelude in { infVP : Bool -> VP -> Agr -> Str = \isAux,vp,a -> case isAux of {True => [] ; False => "to"} ++ - vp.inf ++ vp.s2 ! a ; + (vp.s!Pres!Simul!CPos!ODir!a).adv ++ vp.inf ++ vp.s2 ! a ; --- if_then_Str isAux [] "to" ++ --- vp.inf ++ vp.s2 ! a ;