From 218e4ae58b634591eee4063875e5cb360159b5f9 Mon Sep 17 00:00:00 2001 From: bringert Date: Fri, 21 Apr 2006 09:55:15 +0000 Subject: [PATCH] Changed PeacePhrases_Swe to latin-1. --- examples/peacekeeping/swedish/PeacePhrases_Swe.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/peacekeeping/swedish/PeacePhrases_Swe.gf b/examples/peacekeeping/swedish/PeacePhrases_Swe.gf index 3373aa2e9..e04f58d61 100644 --- a/examples/peacekeeping/swedish/PeacePhrases_Swe.gf +++ b/examples/peacekeeping/swedish/PeacePhrases_Swe.gf @@ -6,7 +6,7 @@ concrete PeacePhrases_Swe of PeacePhrases = lin Hello = { s = "hej" ++ "." } ; GoodMorning = { s = ["god morgon"] ++ "." } ; - GoodEvening = { s = ["god kväll"] ++ "." } ; + GoodEvening = { s = ["god kväll"] ++ "." } ; WhatIsNamePron p = { s = ["vad heter"] ++ p.s!NPNom ++ "?"; }; } \ No newline at end of file