From 832d08bfbf89f3fdb7484fddccab28bcefb87d1c Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Wed, 22 Nov 2023 22:48:34 +0100 Subject: [PATCH] Fix typo --- src/blackmisc/audio/notificationsounds.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackmisc/audio/notificationsounds.cpp b/src/blackmisc/audio/notificationsounds.cpp index 522055263..28f0baead 100644 --- a/src/blackmisc/audio/notificationsounds.cpp +++ b/src/blackmisc/audio/notificationsounds.cpp @@ -21,7 +21,7 @@ namespace BlackMisc::Audio static const QString mentioned("cs mentioned"); static const QString pttUp("PTT click up"); static const QString pttDown("PTT click down"); - static const QString afvclick("AFC click"); + static const QString afvclick("AFV click"); static const QString afvblock("AFV blocked"); switch (notification)