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

main
Bob Mottram 2021-03-16 12:16:23 +00:00
commit 9d9b3577a0
1 changed files with 1 additions and 1 deletions

View File

@ -439,7 +439,7 @@ def _showLocalBox(notifyJson: {}, boxName: str,
if not index:
print('')
sayStr = 'You have no ' + boxName + ' posts yet.'
sayStr = indent + 'You have no ' + boxName + ' posts yet.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)
print('')
return False