summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--next-lib/src/scandinavian/CommonScand.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/scandinavian/CommonScand.gf b/next-lib/src/scandinavian/CommonScand.gf
index 487082305..9aa52f74c 100644
--- a/next-lib/src/scandinavian/CommonScand.gf
+++ b/next-lib/src/scandinavian/CommonScand.gf
@@ -168,7 +168,7 @@ oper
mkCase : Case -> Str -> Str = \c,f -> case c of {
Nom => f ;
Gen => f + case last f of {
- "s" | "x" => [] ;
+ "s" | "z" | "x" => [] ;
_ => "s"
}
} ;