small wording change
This commit is contained in:
parent
da64786f37
commit
95f75f1596
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ public class TTSCommandPlayerImpl extends AbstractPrologCommandPlayer {
|
|||
ttsVoiceName = ttsVoiceName + "\n\n" + mTts.getVoice().toString();
|
||||
}
|
||||
} else {
|
||||
ttsVoiceName = ttsVoiceName + "\n\n" + mTts.getLanguage() + " (Voice name not reported in API<21)";
|
||||
ttsVoiceName = ttsVoiceName + "\n\n" + mTts.getLanguage() + " (Voice details not reported in API<21)";
|
||||
}
|
||||
if(speechRate != 1) {
|
||||
mTts.setSpeechRate(speechRate);
|
||||
|
|
Loading…
Reference in a new issue