From a25c73cb1ae11c5a249ccd1466bf91bc2965f145 Mon Sep 17 00:00:00 2001 From: aarne Date: Thu, 15 Jun 2006 16:24:09 +0000 Subject: adjustments in Paradigms ; lang-specific modules for all except Rus, Ara --- examples/dialogue/WeekdayEng.gf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/dialogue/WeekdayEng.gf') diff --git a/examples/dialogue/WeekdayEng.gf b/examples/dialogue/WeekdayEng.gf index 16c2e6125..7d296af9a 100644 --- a/examples/dialogue/WeekdayEng.gf +++ b/examples/dialogue/WeekdayEng.gf @@ -4,7 +4,7 @@ concrete WeekdayEng of Weekday = open LangEng, ParadigmsEng in { WDay = PN ; lin - Mon = regPN "Monday" nonhuman ; - Tue = regPN "Tuesday" nonhuman ; + Mon = regGenPN "Monday" nonhuman ; + Tue = regGenPN "Tuesday" nonhuman ; } -- cgit v1.2.3