From 4aaa6b894f9bcc8732eabd4992f2f2a3e8f0bf53 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 16 Mar 2021 18:43:40 +0000 Subject: [PATCH] Wording --- notifications_client.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notifications_client.py b/notifications_client.py index ced2532d2..3514bb186 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -521,6 +521,7 @@ def _showLocalBox(notifyJson: {}, boxName: str, '\33[3mprev\33[0m commands to navigate.' sayStr2 = sayStr.replace('\33[3m', '').replace('\33[0m', '') sayStr2 = sayStr2.replace('show dm', 'show DM') + sayStr2 = sayStr2.replace('dm post', 'Direct message post') _sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak) if notifyJson: if notifyJson.get('followRequestsList'):