From 9b0d509e744c80f2487a26260d5ba72878ee0a2a Mon Sep 17 00:00:00 2001 From: ANH Date: Fri, 31 Jul 2020 04:46:39 +0300 Subject: [PATCH] just forgot to regenerate gui_hooks.py to fix typo --- qt/aqt/gui_hooks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/aqt/gui_hooks.py b/qt/aqt/gui_hooks.py index 8fd74230a..6f87684b8 100644 --- a/qt/aqt/gui_hooks.py +++ b/qt/aqt/gui_hooks.py @@ -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."""