Skip to content

Commit f83c971

Browse files
authored
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.
1 parent 5d1249a commit f83c971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_docs/en/userGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3141,8 +3141,8 @@ This option is only available when [Automatically connect after NVDA starts](#Re
31413141

31423142
|Option |Behaviour |
31433143
|---|---|
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. |
31463146

31473147
##### Server {#RemoteAutoconnectServer}
31483148

0 commit comments

Comments
 (0)