mirror of https://gitlab.com/bashrc2/epicyon
Plus one
parent
5fab7e8445
commit
b0aaa1899c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue