diff options
| author | aarne <aarne@cs.chalmers.se> | 2008-10-01 12:11:29 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2008-10-01 12:11:29 +0000 |
| commit | 8fbdf3e57c84fbfa6b84cab351c9f2b97bd0ce8e (patch) | |
| tree | b958624e3585f574685ceefc4fd1e7f653a0771b /examples/tutorial/food | |
| parent | c2d41e70be9eeec27b226f8e614c1cafd75df271 (diff) | |
Italian "quello" corrected
Diffstat (limited to 'examples/tutorial/food')
| -rw-r--r-- | examples/tutorial/food/FoodIta.gf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/tutorial/food/FoodIta.gf b/examples/tutorial/food/FoodIta.gf index fc59e1294..913e335ff 100644 --- a/examples/tutorial/food/FoodIta.gf +++ b/examples/tutorial/food/FoodIta.gf @@ -6,7 +6,7 @@ concrete FoodIta of Food = { lin Is item quality = {s = item.s ++ "è" ++ quality.s} ; This kind = {s = "questo" ++ kind.s} ; - That kind = {s = "quello" ++ kind.s} ; + That kind = {s = "quel" ++ kind.s} ; QKind quality kind = {s = kind.s ++ quality.s} ; Wine = {s = "vino"} ; Cheese = {s = "formaggio"} ; |
