summaryrefslogtreecommitdiff
path: root/examples/dialogue/LightsSwe.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/LightsSwe.gf
parentafac97b82181e2db14226d854761e53c66d98094 (diff)
adjustments in Paradigms ; lang-specific modules for all except Rus, Ara
Diffstat (limited to 'examples/dialogue/LightsSwe.gf')
-rw-r--r--examples/dialogue/LightsSwe.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/dialogue/LightsSwe.gf b/examples/dialogue/LightsSwe.gf
index e2daaa36b..19f0d8964 100644
--- a/examples/dialogue/LightsSwe.gf
+++ b/examples/dialogue/LightsSwe.gf
@@ -7,8 +7,8 @@ concrete LightsSwe of Lights =
lin
Light = UseN (regN "lampa") ;
Room = UseN (mkN "rum" "rummet" "rum" "rummen") ;
- SwitchOnIn = dirV3 (regV "tänder") (mkPreposition "i") ;
- SwitchOffIn = dirV3 (regV "släcker") (mkPreposition "i") ;
+ SwitchOnIn = dirV3 (regV "tänder") (mkPrep "i") ;
+ SwitchOffIn = dirV3 (regV "släcker") (mkPrep "i") ;
SwitchOn = dirV2 (regV "tänder") ;
SwitchOff = dirV2 (regV "släcker") ;