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
Fix definition of controlling and controlled computers being swapped (#18038)
Summary of the issue:
In the user guide section for the Remote Access automatic connection mode, the definitions for "Control another computer" and "Allow this computer to be controlled" were swapped.
Description of user facing changes
The definitions have been swapped, so they are now correctly paired.
"machine" has been replaced with "computer" per Fix up user-facing Remote Access terminology #17943.
Description of development approach
Modify the table in user_docs/en/userGuide.md.
Copy file name to clipboardExpand all lines: user_docs/en/userGuide.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3141,8 +3141,8 @@ This option is only available when [Automatically connect after NVDA starts](#Re
3141
3141
3142
3142
|Option |Behaviour |
3143
3143
|---|---|
3144
-
|Allow this machine to be controlled |Use this computer as the "controlling" computer. This allows you to execute commands on the remote computer. |
3145
-
|Control another machine|Use this computer as the "controlled" computer. This allows the operator of the "controlling" computer to use this computer as if they were sitting in front of it. |
3144
+
|Allow this computer to be controlled |Use this computer as the "controlled" computer. This allows the operator of the "controlling" computer to use this computer as if they were sitting in front of it. |
3145
+
|Control another computer|Use this computer as the "controlling" computer. This allows you to execute commands on the remote computer. |
0 commit comments