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

main
Bob Mottram 2021-03-12 20:47:00 +00:00
commit 5489a1b2db
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ def _showLocalBox(boxName: str,
print('')
sayStr = boxName + ' posts ' + str(startPostIndex) + \
sayStr = boxName + ' posts ' + str(startPostIndex + 1) + \
' to ' + str(startPostIndex + ctr) + '. '
sayStr += 'Use the next and prev commands to navigate.'
_sayCommand(sayStr, sayStr, screenreader, systemLanguage, espeak)