Fix poi_motorcar_yes in phrases.xml

The poi_motorcar_yes string is missing "yes" after colon, inconsistently to other access strings. I also checked that it is simply displayed as "Motorcar access:" in the app, without any yes/no/other value attached.
This commit is contained in:
aceman444 2020-12-06 01:30:07 +01:00 committed by GitHub
parent cbcf33146d
commit 8ec2a8e9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3998,7 +3998,7 @@
<string name="poi_vehicle_delivery">Vehicle access: delivery</string>
<string name="poi_vehicle_forestry">Vehicle access: forestry</string>
<string name="poi_motorcar_yes">Motorcar access: </string>
<string name="poi_motorcar_yes">Motorcar access: yes</string>
<string name="poi_motorcar_private">Motorcar access: private</string>
<string name="poi_motorcar_no">Motorcar access: no</string>
<string name="poi_motorcar_destination">Motorcar access: destination</string>