From 6df4cf765e5d24ed5f40a16675868248f6de1cb0 Mon Sep 17 00:00:00 2001 From: ANH Date: Fri, 31 Jul 2020 04:41:49 +0300 Subject: [PATCH] fix typo --- qt/tools/genhooks_gui.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt/tools/genhooks_gui.py b/qt/tools/genhooks_gui.py index 2fc9d5024..1548d18ee 100644 --- a/qt/tools/genhooks_gui.py +++ b/qt/tools/genhooks_gui.py @@ -101,7 +101,7 @@ hooks = [ 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.""", ), @@ -116,7 +116,7 @@ hooks = [ 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.""", ),