merge-requests/21/head
Bob Mottram 2021-03-12 20:46:45 +00:00
parent 5fab7e8445
commit b0aaa1899c
1 changed files with 1 additions and 1 deletions

View File

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