summaryrefslogtreecommitdiff
path: root/examples/dialogue/WeekdaySwe.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-06-15 16:24:09 +0000
committeraarne <aarne@cs.chalmers.se>2006-06-15 16:24:09 +0000
commita25c73cb1ae11c5a249ccd1466bf91bc2965f145 (patch)
tree1ece72d0c7832a2547c8311ad7c044cca9cef6f8 /examples/dialogue/WeekdaySwe.gf
parentafac97b82181e2db14226d854761e53c66d98094 (diff)
adjustments in Paradigms ; lang-specific modules for all except Rus, Ara
Diffstat (limited to 'examples/dialogue/WeekdaySwe.gf')
-rw-r--r--examples/dialogue/WeekdaySwe.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dialogue/WeekdaySwe.gf b/examples/dialogue/WeekdaySwe.gf
index 9097f19d3..2cd55c522 100644
--- a/examples/dialogue/WeekdaySwe.gf
+++ b/examples/dialogue/WeekdaySwe.gf
@@ -4,7 +4,7 @@ concrete WeekdaySwe of Weekday = open LangSwe, ParadigmsSwe in {
WDay = PN ;
lin
- Mon = regPN "måndag" utrum ;
- Tue = regPN "tisdag" utrum ;
+ Mon = regGenPN "måndag" utrum ;
+ Tue = regGenPN "tisdag" utrum ;
}