Skip to content

Commit e6a950d

Browse files
authored
Merge a7c68a8 into 92244b9
2 parents 92244b9 + a7c68a8 commit e6a950d

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

source/gui/settingsDialogs.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2656,21 +2656,21 @@ def __init__(self, parent):
26562656

26572657
# Translators: This is the label for a combo box for selecting the
26582658
# means of registering for UI Automation events in the advanced settings panel.
2659-
# Choices are automatic, selectively, and globally.
2659+
# Choices are automatic, selective, and global.
26602660
selectiveUIAEventRegistrationComboText = _("Regi&stration for UI Automation events and property changes:")
26612661
selectiveUIAEventRegistrationChoices = [
26622662
# Translators: A choice in a combo box in the advanced settings
26632663
# panel to have NVDA decide whether to register
26642664
# selectively or globally for UI Automation events.
2665-
_("Automatic (prefer selectively)"),
2665+
_("Automatic (prefer selective)"),
26662666
# Translators: A choice in a combo box in the advanced settings
26672667
# panel to have NVDA register selectively for UI Automation events
26682668
# (i.e. not to request events for objects outside immediate focus).
2669-
_("Selectively"),
2669+
_("Selective"),
26702670
# Translators: A choice in a combo box in the advanced settings
26712671
# panel to have NVDA register for all UI Automation events
26722672
# in all cases.
2673-
_("Globally")
2673+
_("Global")
26742674
]
26752675
#: The possible event registration config values, in the order they appear
26762676
#: in the combo box.

user_docs/en/userGuide.t2t

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,16 +2123,16 @@ This button is only enabled if NVDA is configured to enable loading custom code
21232123
: Default
21242124
Automatic
21252125
: Options
2126-
Automatic, Selectively, Globally
2126+
Automatic, Selective, Global
21272127
:
21282128

21292129
This option changes how NVDA registers for events fired by the Microsoft UI Automation accessibility API.
21302130
The registration for UI Automation events and property changes combo box has three options:
2131-
- Automatic: "selectively" on Windows 11 Sun Valley 2 (version 22H2) and later, "globally" otherwise.
2132-
- Selectively: NVDA will limit event registration to the system focus for most events.
2131+
- Automatic: "selective" on Windows 11 Sun Valley 2 (version 22H2) and later, "global" otherwise.
2132+
- Selective: NVDA will limit event registration to the system focus for most events.
21332133
If you suffer from performance issues in one or more applications, We recommend you to try this functionality to see whether performance improves.
21342134
However, on older versions of Windows, NVDA may have trouble tracking focus in some controls (such as the task manager and emoji panel).
2135-
- Globally: NVDA registers for many UIA events that are processed and discarded within NVDA itself.
2135+
- Global: NVDA registers for many UIA events that are processed and discarded within NVDA itself.
21362136
While focus tracking is more reliable in more situations, performance is significantly degraded, especially in applications like Microsoft Visual Studio.
21372137
-
21382138

0 commit comments

Comments
 (0)