From 9ed1eab4abcee9785d166cc56bae32222a2a44e8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 18:00:52 +0000 Subject: [PATCH] No dash --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 3cebd3748..6a3ed44e7 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -516,7 +516,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, 'Use the \33[3mnext\33[0m and ' + \ '\33[3mprev\33[0m commands to navigate.' sayStr2 = sayStr.replace('\33[3m', '').replace('\33[0m', '') - sayStr2 = sayStr2.replace('show dm', 'show D-M') + sayStr2 = sayStr2.replace('show dm', 'show DM') _sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak) if notifyJson: if notifyJson.get('followRequestsList'):