Skip to content

Return “Check for updates” to help menu#15741

Merged
seanbudd merged 4 commits into
nvaccess:masterfrom
OzancanKaratas:acceleratorKey
Nov 6, 2023
Merged

Return “Check for updates” to help menu#15741
seanbudd merged 4 commits into
nvaccess:masterfrom
OzancanKaratas:acceleratorKey

Conversation

@OzancanKaratas

@OzancanKaratas OzancanKaratas commented Nov 4, 2023

Copy link
Copy Markdown
Collaborator

Link to issue number:

Close #15740

Summary of the issue:

#15688 moved “Check for update” to the NVDA main menu.

Description of user facing changes

The user can again use the “Check for update” option in the Help menu.

Description of development approach

None

Testing strategy:

As before, open the Help menu and check for NVDA updates.

Known issues with pull request:

None

Code Review Checklist:

  • Documentation:
    • Change log entry
    • User Documentation
    • Developer / Technical Documentation
    • Context sensitive help for GUI changes
  • Testing:
    • Unit tests
    • System (end to end) tests
    • Manual testing
  • UX of all users considered:
    • Speech
    • Braille
    • Low Vision
    • Different web browsers
    • Localization in other languages / culture than English
  • API is compatible with existing add-ons.
  • Security precautions taken.

@OzancanKaratas OzancanKaratas requested a review from a team as a code owner November 4, 2023 20:58
@codeofdusk

Copy link
Copy Markdown
Contributor

I think this option was supposed to be moved back to the help menu (which I'm strongly in favour of).

Comment thread source/gui/__init__.py Outdated
if updateCheck:
# Translators: The label of a menu item to manually check for an updated version of NVDA.
item = self.menu.Append(wx.ID_ANY, _("&Check for update..."))
item = self.menu.Append(wx.ID_ANY, _("Check for &update..."))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Can you please update the PR description and title to reflect the intended change, to keep "check for update" in the help menu

Suggested change
item = self.menu.Append(wx.ID_ANY, _("Check for &update..."))
item = menu_help.Append(wx.ID_ANY, _("&Check for update..."))

@seanbudd seanbudd marked this pull request as draft November 6, 2023 00:47
@AppVeyorBot

Copy link
Copy Markdown

See test results for failed build of commit c3eb16292f

@OzancanKaratas OzancanKaratas marked this pull request as ready for review November 6, 2023 01:51
@seanbudd seanbudd changed the title Change “Check for updates” accelerator key Return “Check for updates” to help menu Nov 6, 2023
@seanbudd seanbudd merged commit 5004ed3 into nvaccess:master Nov 6, 2023
@nvaccessAuto nvaccessAuto added this to the 2024.1 milestone Nov 6, 2023
@seanbudd

seanbudd commented Nov 6, 2023

Copy link
Copy Markdown
Member

Thanks @OzancanKaratas

@OzancanKaratas OzancanKaratas deleted the acceleratorKey branch November 6, 2023 01:56
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.

"Configuration profiles" and "Check for updates" share their accelerator key

5 participants