diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/peacekeeping/swedish/PeacePhrases_Swe.gf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
