Merge branch 'main' of ssh://code.freedombone.net:2222/bashrc/epicyon into main

main
Bob Mottram 2021-03-16 18:05:24 +00:00
commit a0fa6c6899
1 changed files with 4 additions and 1 deletions

View File

@ -449,7 +449,10 @@ def _showLocalBox(notifyJson: {}, boxName: str,
print(indent + titleStr + '\n')
if not index:
sayStr = indent + 'You have no ' + boxName + ' posts yet.'
boxStr = boxName
if boxName == 'dm':
boxStr = 'DM'
sayStr = indent + 'You have no ' + boxStr + ' posts yet.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
print('')
return False