You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename "COM Registration Fixing Tool" to "System accessibility repair tool"
Rename all user-facing strings from "COM Registration Fixing Tool" to
"System accessibility repair tool" for clarity and user-friendliness.
Internal identifiers (method names, file names, helpId anchors) are
preserved to minimize risk.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/01-bug_report.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -219,17 +219,17 @@ body:
219
219
validations:
220
220
required: true
221
221
attributes:
222
-
label: Does the issue still occur after you run the COM Registration Fixing Tool in NVDA's tools menu?
222
+
label: Does the issue still occur after you run the System accessibility repair tool (COM Registration Fixing Tool in older versions) in NVDA's tools menu?
223
223
description: |
224
224
COM DLL files, which the IAccessible COM interface depends on, can get unregistered after installing and uninstalling different programs on a computer.
225
225
The consequence is that NVDA in certain cases does not work properly.
226
226
Specifically, it reports "unknown" when trying to navigate websites or fails to switch between focus and browse mode, it causes performance issues, focus instability and other odd problems.
227
-
The COM registry fixing tool has been introduced in order to re-register those DLL files.
227
+
The System accessibility repair tool has been introduced in order to re-register those DLL files.
228
228
In any case, re-registering those DLL files does not have any negative impact on a computer's functionality.
229
229
Note that when installing NVDA, this tool is run automatically.
230
230
Thus, it is recommended to run the fixing tool whenever focus problems, performance problems on websites or navigation problems in focus or browse mode on different interfaces are encountered.
231
231
options: [
232
-
"I have run the COM Registration Fixing Tool and the issue still occurs",
233
-
"I have run the COM Registration Fixing Tool and the issue no longer occurs",
234
-
"I have not run the COM Registration Fixing Tool",
232
+
"I have run the System accessibility repair tool and the issue still occurs",
233
+
"I have run the System accessibility repair tool and the issue no longer occurs",
234
+
"I have not run the System accessibility repair tool",
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4681,11 +4681,11 @@ This will open a dialog which allows you to create a portable copy of NVDA out o
4681
4681
4682
4682
Follow the directions in [Creating a portable copy](#CreatingAPortableCopy) for more information.
4683
4683
4684
-
### Run COM registration fixing tool... {#RunCOMRegistrationFixingTool}
4684
+
### Run System accessibility repair tool... {#RunCOMRegistrationFixingTool}
4685
4685
4686
4686
Sometimes, problems can develop with the Windows Registry, that result in NVDA behaving abnormally.
4687
4687
This can be caused by, for example, installing or uninstalling certain programs (such as Adobe Reader or Math Player), as well as Windows updates and other events.
4688
-
The COM Registration Fixing Tool attempts to fix these issues by repairing accessibility entries in the registry.
4688
+
The System accessibility repair tool attempts to fix these issues by repairing accessibility entries in the registry.
0 commit comments