From b0aaa1899c534365435e347142a7e4c4c98e43e5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 12 Mar 2021 20:46:45 +0000 Subject: [PATCH] Plus one --- notifications_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications_client.py b/notifications_client.py index 2aca6a269..0c003ee6f 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -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)