correctly translated "make u-turn when possible"

This commit is contained in:
Brainik 2012-02-22 22:53:09 +01:00
parent 21c3e58ad0
commit 3b26d8eb8c

View file

@ -34,7 +34,7 @@ turn(Turn) == M :- turn(Turn, M).
prepare_make_ut(Dist) == ['po', D, 'se budete otáčet zpět'] :- distance(Dist,locative) == D.
make_ut(Dist) == ['po', D, 'se otočte zpět'] :- distance(Dist,locative) == D.
make_ut == ['otočte se zpět'].
make_ut_wp == ['otočte se zpět'].
make_ut_wp == ['vraťte se, jakmile to bude možné'].
prepare_roundabout(Dist) == ['po', D, 'přijedete na kruhový objezd'] :- distance(Dist,locative) == D.