diff --git a/src/polish/PronounMorphoPol.gf b/src/polish/PronounMorphoPol.gf index d8203ba6..35f5eaad 100644 --- a/src/polish/PronounMorphoPol.gf +++ b/src/polish/PronounMorphoPol.gf @@ -216,7 +216,7 @@ resource PronounMorphoPol = ResPol ** open Prelude, (Predef=Predef) in { -- A loose translation of "its" (reflexive) - oper pronRefl: Pron = pronTyFoo PNoGen; + oper pronRefl: Pron = pronReflFoo PNoGen; oper pronReflFoo: PronGen -> Pron = \gender -> { sp = table { AF (MascPersSg|MascAniSg|MascInaniSg) Nom => "swój"; @@ -271,7 +271,7 @@ resource PronounMorphoPol = ResPol ** open Prelude, (Predef=Predef) in { p = P2 ; g = gender }; - + -- for "it", "its" oper pronOno: Pron = { nom = "ono" ;