Pronounce

merge-requests/21/head
Bob Mottram 2021-03-16 17:59:19 +00:00
parent 00596540af
commit 979d9842a7
1 changed files with 1 additions and 0 deletions

View File

@ -516,6 +516,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
'Use the \33[3mnext\33[0m and ' + \ 'Use the \33[3mnext\33[0m and ' + \
'\33[3mprev\33[0m commands to navigate.' '\33[3mprev\33[0m commands to navigate.'
sayStr2 = sayStr.replace('\33[3m', '').replace('\33[0m', '') sayStr2 = sayStr.replace('\33[3m', '').replace('\33[0m', '')
sayStr2 = sayStr2.replace('show dm', 'show D-M')
_sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak) _sayCommand(sayStr, sayStr2, screenreader, systemLanguage, espeak)
if notifyJson: if notifyJson:
if notifyJson.get('followRequestsList'): if notifyJson.get('followRequestsList'):