From 550c90e93ee76fbb4ff90e6b4879eaf8ebe7e456 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 7 Dec 2010 12:54:05 +0000 Subject: [PATCH] wir without capitals in PhrasebookGer --- examples/phrasebook/WordsGer.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/phrasebook/WordsGer.gf b/examples/phrasebook/WordsGer.gf index 1852b4482..80455db00 100644 --- a/examples/phrasebook/WordsGer.gf +++ b/examples/phrasebook/WordsGer.gf @@ -153,10 +153,10 @@ CitRestaurant cit = mkCNPlace (mkCN cit (mkN "Restaurant" "Restaurants" neuter) -- Building phrases from strings is complicated: the solution is to use -- mkText : Text -> Text -> Text ; - PSeeYouDate d = mkText (lin Text (ss ("Wir sehen uns"))) (mkPhrase (mkUtt d)) ; - PSeeYouPlace p = mkText (lin Text (ss ("Wir sehen uns"))) (mkPhrase (mkUtt p.at)) ; + PSeeYouDate d = mkText (lin Text (ss ("wir sehen uns"))) (mkPhrase (mkUtt d)) ; + PSeeYouPlace p = mkText (lin Text (ss ("wir sehen uns"))) (mkPhrase (mkUtt p.at)) ; PSeeYouPlaceDate p d = - mkText (lin Text (ss ("Wir sehen uns"))) + mkText (lin Text (ss ("wir sehen uns"))) (mkText (mkPhrase (mkUtt d)) (mkPhrase (mkUtt p.at))) ;