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