diff --git a/source/NVDAObjects/UIA/winConsoleUIA.py b/source/NVDAObjects/UIA/winConsoleUIA.py index 64dae4a9421..03513bf48f1 100644 --- a/source/NVDAObjects/UIA/winConsoleUIA.py +++ b/source/NVDAObjects/UIA/winConsoleUIA.py @@ -365,7 +365,7 @@ def _get_TextInfo(self): def _getTextLines(self): if self.is21H1Plus: - # #11722: the 21H1 UIA console wraps across lines. + # #11760: the 21H1 UIA console wraps across lines. # When text wraps, NVDA starts reading from the beginning of the visible text for every new line of output. # Use the superclass _getTextLines instead. return super()._getTextLines()