diff --git a/apps/talk.c b/apps/talk.c index 6e59cde90e..826b02d6e5 100644 --- a/apps/talk.c +++ b/apps/talk.c @@ -610,8 +610,7 @@ int talk_spell(const char* spell, bool enqueue) else if (c == '+') talk_id(VOICE_PLUS, true); else if (c == '.') - talk_id(VOICE_POINT, true); - /* fixme: change to VOICE_DOT when settled in the voice files */ + talk_id(VOICE_DOT, true); else if (c == ' ') talk_id(VOICE_PAUSE, true); }