diff options
-rw-r--r-- | common/text-to-speech.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/common/text-to-speech.h b/common/text-to-speech.h index d227c95d77..68676567a3 100644 --- a/common/text-to-speech.h +++ b/common/text-to-speech.h @@ -167,9 +167,9 @@ public: * @param action What to do if another string is just being said. * Possible actions are: * INTERRUPT - interrupts the current speech - * INTERRUPT_NO_REPEAT - interrupts the current speech only if the str - * is different than the last string in the queue (or the string, that - * is currently being said if the queue is empty) + * INTERRUPT_NO_REPEAT - interrupts the speech (deletes the whole queue), + * if the str is the same as the string currently being said, + * it lets the current string finish. * QUEUE - queues the speech * QUEUE_NO_REPEAT - queues the speech only if the str is different than * the last string in the queue (or the string, that is currently |