mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
just forgot to regenerate gui_hooks.py to fix typo
This commit is contained in:
parent
6df4cf765e
commit
9b0d509e74
1 changed files with 2 additions and 2 deletions
|
@ -2121,7 +2121,7 @@ class _ReviewerWillPlayAnswerSoundsHook:
|
|||
This won't be called when the user manually plays sounds
|
||||
using `Replay Audio`.
|
||||
|
||||
Not that this hook is called even when the `Automatically play audio`
|
||||
Note that this hook is called even when the `Automatically play audio`
|
||||
option is unchecked; This is so as to allow playing custom
|
||||
sounds regardless of that option."""
|
||||
|
||||
|
@ -2160,7 +2160,7 @@ class _ReviewerWillPlayQuestionSoundsHook:
|
|||
This won't be called when the user manually plays sounds
|
||||
using `Replay Audio`.
|
||||
|
||||
Not that this hook is called even when the `Automatically play audio`
|
||||
Note that this hook is called even when the `Automatically play audio`
|
||||
option is unchecked; This is so as to allow playing custom
|
||||
sounds regardless of that option."""
|
||||
|
||||
|
|
Loading…
Reference in a new issue