-
Notifications
You must be signed in to change notification settings - Fork 238
Remove remaining directory server mentions #2997
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove remaining directory server mentions #2997
Conversation
27e49e9 to
323413a
Compare
| | result.countryId | number | The server country ID (see QLocale::Country). | | ||
| | result.welcomeMessage | string | The server welcome message. | | ||
| | result.directoryServer | string | The directory server to which this server requested registration, or blank if none. | | ||
| | result.directoryServer | string | The directory to which this server requested registration, or blank if none. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | result.directoryServer | string | The directory to which this server requested registration, or blank if none. | | |
| | result.directoryServer | string | The directory where this server requested registration, or blank if none. | |
I don't know if this is better. To which is just a bit... witchy.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment should imply a request being sent from the server to the directory. So the "to" helps, I think. That then limits the rest of the phrase...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Albatross, English! To doesn't help when which follows it. It's just a bizarre English construct that ESL readers choke on. Meanwhile, where this server requested registration has no trouble indicating the actor.
b14a903 to
0e25aa4
Compare
0e25aa4 to
3dfa82e
Compare
3dfa82e to
a323d1c
Compare
Short description of changes
This is a "Work in progress" -- on the basis I'm not 100% sure I've found all reference still!
CHANGELOG: Further clean up source references to "directory server" to current terminology
Context: Fixes an issue?
We now refer to "directory server" as "Directory" in the documentation. This change tries to find more places the software gets it wrong and correct them.
Does this change need documentation? What needs to be documented and how?
Yes - the help string changes, as well as more translations being added.
Status of this Pull Request
I've run in client, server and directory modes successfully.
What is missing until this pull request can be merged?
Works for me ... but yes, checking the changes - and impact on translators especially - would be useful.
Checklist