diff --git a/source/browseMode.py b/source/browseMode.py index 3956e8d50ff..60ae2644338 100644 --- a/source/browseMode.py +++ b/source/browseMode.py @@ -1277,7 +1277,7 @@ def event_treeInterceptor_gainFocus(self): if not self.passThrough: if doSayAll: - speech.speakObjectProperties(self.rootNVDAObject, name=True, states=True, reason=OutputReason.Focus) + speech.speakObjectProperties(self.rootNVDAObject, name=True, states=True, reason=OutputReason.FOCUS) sayAllHandler.readText(sayAllHandler.CURSOR_CARET) else: # Speak it like we would speak focus on any other document object.