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:
parent
cbcf33146d
commit
8ec2a8e9ea
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue