mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
just forgot to regenerate gui_hooks.py to fix typo
This commit is contained in:
parent
9a768fc198
commit
5d2cf10ee9
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