Skip to content

Clarify wording in General Settings and spelling/spacing fixes#7726

Merged
feerrenrut merged 8 commits intonvaccess:masterfrom
ThomasStivers:I6344
Apr 3, 2020
Merged

Clarify wording in General Settings and spelling/spacing fixes#7726
feerrenrut merged 8 commits intonvaccess:masterfrom
ThomasStivers:I6344

Conversation

@ThomasStivers
Copy link
Copy Markdown
Contributor

Link to issue number:

Fixes #6344, #6741

Summary of the issue:

Known issues with pull request:

There are still controls in some preferences dialogs without accelerators.

Change log entry:

Added additional accelerator keys to preferences dialogs.

…ing fixes.

* Fixed various capitalization and spelling errors  in docstrings and comments.
* Clarified wording on some controls in NVDA settings dialogs. (fixes nvaccess#6344)
* Fixed accelerator conflict between output device combobox and audio ducking checkbox in synthesizer settings dialog.
* Added missing accelerators in document formatting, keyboard, object presentation, and review cursor settings dialogs. (Fixes nvaccess#6741)
* Removed tabs from blank lines.
Copy link
Copy Markdown
Collaborator

@derekriemer derekriemer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Everything looks fine in this PR. I recommend a pass from NV Access, barring any other UI issues they find. It might be good to have someone sighted look over the GUI changes on this PR though. @ThomasStivers if you have a chance before it's reviewed by NV Access, I did note one thing you could take a stab at fixing.


# Translators: The label for a setting in general settings to allow NVDA to start after logging onto Windows (if checked, NvDA will start automatically after loggin into Windows; if not, user must start NVDA by pressing the shortcut key (CTRL+Alt+N by default).
self.startAfterLogonCheckBox = wx.CheckBox(self, label=_("&Automatically start NVDA after I log on to Windows"))
# Translators: The label for a setting in general settings to allow NVDA to start after logging onto Windows (if checked, NvDA will start automatically after logging into Windows; if not, user must start NVDA by pressing the shortcut key (CTRL+Alt+N by default).
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix NVda while you're here.

@derekriemer
Copy link
Copy Markdown
Collaborator

Congrats on your first PR

@feerrenrut
Copy link
Copy Markdown
Contributor

@derekriemer There is some outstanding discussion of these changes on the issue. Have you looked over #6344 ?

@LeonarddeR
Copy link
Copy Markdown
Collaborator

@ThomasStivers: Could you please fix the merge conflicts and merge latest master into this?

@ehollig
Copy link
Copy Markdown
Contributor

ehollig commented Nov 13, 2019

@feerrenrut is there anything else that needs to be done on this PR?

@feerrenrut
Copy link
Copy Markdown
Contributor

Since there has been no activity in a while, I'm going to take this on:

@AppVeyorBot

This comment has been minimized.

@feerrenrut
Copy link
Copy Markdown
Contributor

@ThomasStivers Could you take a look at the diff / commit 91850e8 and let me know if you are happy with these changes? Then I can merge this.

@AppVeyorBot

This comment has been minimized.

@AppVeyorBot

This comment has been minimized.

@feerrenrut feerrenrut merged commit f692c2f into nvaccess:master Apr 3, 2020
@nvaccessAuto nvaccessAuto added this to the 2020.1 milestone Apr 3, 2020
@feerrenrut feerrenrut modified the milestones: 2020.1, 2020.2 Apr 3, 2020
@josephsl
Copy link
Copy Markdown
Contributor

Hi,

Regression found: NVDA settings/Object Presentation/Guess object position has wrong accelerator, caused by two ampersand signs (a PR to resolve this is on its way).

Thanks.

feerrenrut pushed a commit that referenced this pull request Apr 14, 2020
#7726 caused a duplicate accelerator symbol for the 'guess object position information' checkbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NVDA menu and settings options either missing hotkeys or hotkey not visually underlined. Wording of options

8 participants