summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/phrasebook/WordsBul.gf4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/phrasebook/WordsBul.gf b/examples/phrasebook/WordsBul.gf
index 31ce2883f..333a2c8ed 100644
--- a/examples/phrasebook/WordsBul.gf
+++ b/examples/phrasebook/WordsBul.gf
@@ -53,7 +53,7 @@ concrete WordsBul of Words = SentencesBul **
Airport = mkPlace (mkN066 "летище") na_Prep ;
AmusementPark = mkCompoundPlace (mkA079 "увеселителен") (mkN001 "парк") in_Prep ;
Bank = mkPlace (mkN041 "банка") in_Prep ;
- Bar = mkPlace (mkN042 "бар") in_Prep ;
+ Bar = mkPlace (mkN001 "бар") in_Prep ;
Cafeteria = mkPlace (mkN065 "кафе") in_Prep ;
Center = mkPlace (mkN009a "център") in_Prep ;
Cinema = mkPlace (mkN054 "кино") na_Prep ;
@@ -66,7 +66,7 @@ concrete WordsBul of Words = SentencesBul **
Parking = mkPlace (mkN007 "паркинг") na_Prep ;
Pharmacy = mkPlace (mkN041 "аптека") in_Prep ;
PostOffice = mkPlace (mkN041 "поща") in_Prep ;
- Pub = mkPlace (mkN042 "бар") in_Prep ;
+ Pub = mkPlace (mkN001 "бар") in_Prep ;
Restaurant = mkPlace (mkN007 "ресторант") in_Prep ;
School = mkPlace (mkN007 "училище") in_Prep ;
Shop = mkPlace (mkN007 "магазин") in_Prep ;