From 3b26d8eb8cf5b89299e40860694ba075f6fabea3 Mon Sep 17 00:00:00 2001 From: Brainik Date: Wed, 22 Feb 2012 22:53:09 +0100 Subject: [PATCH] correctly translated "make u-turn when possible" --- OsmAnd/voice/cs-tts/_ttsconfig.p | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OsmAnd/voice/cs-tts/_ttsconfig.p b/OsmAnd/voice/cs-tts/_ttsconfig.p index 314df2a68d..e9edd9d659 100644 --- a/OsmAnd/voice/cs-tts/_ttsconfig.p +++ b/OsmAnd/voice/cs-tts/_ttsconfig.p @@ -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.