From a626f3d7f8e148b8f48499d2174c4f86668684f6 Mon Sep 17 00:00:00 2001 From: Valentin Radu Date: Fri, 18 Feb 2022 00:20:46 +0200 Subject: [PATCH] Screen reader: Read "x of y" instead of "x out of y" --- ExplorerPatcher/GUI.c | 4 ++-- libs/sws | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ExplorerPatcher/GUI.c b/ExplorerPatcher/GUI.c index 23e0b35..1f05037 100644 --- a/ExplorerPatcher/GUI.c +++ b/ExplorerPatcher/GUI.c @@ -91,7 +91,7 @@ void PlayHelpMessage(GUI* _this) wszAccText, 1000, L"Welcome to ExplorerPatcher. " - L"Selected page is: %s: %d out of %d. " + L"Selected page is: %s: %d of %d. " L"To switch pages, press the Left or Right arrow keys or press a number (%d to %d). " L"To select an item, press the Up or Down arrow keys or Shift+Tab and Tab. " L"To interact with the selected item, press Space or Return. " @@ -2893,7 +2893,7 @@ static BOOL GUI_Build(HDC hDC, HWND hwnd, POINT pt) swprintf_s( wszAccText, 100, - L"Selected page: %s: %d out of %d.", + L"Selected page: %s: %d of %d.", _this->sectionNames[_this->section], _this->section + 1, max_section + 1 diff --git a/libs/sws b/libs/sws index f88b574..e6ac14f 160000 --- a/libs/sws +++ b/libs/sws @@ -1 +1 @@ -Subproject commit f88b5749116f223bd0f43af8e87187be067e8c70 +Subproject commit e6ac14f701589351d6c242c13235ad026a99e327