1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2025-02-17 11:08:41 +01:00

Screen reader: Read "x of y" instead of "x out of y"

This commit is contained in:
Valentin Radu 2022-02-18 00:20:46 +02:00
parent adee54d2e5
commit a626f3d7f8
2 changed files with 3 additions and 3 deletions

View File

@ -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

@ -1 +1 @@
Subproject commit f88b5749116f223bd0f43af8e87187be067e8c70
Subproject commit e6ac14f701589351d6c242c13235ad026a99e327