We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e522245 + 8b67a3c commit c3eb162Copy full SHA for c3eb162
1 file changed
source/gui/__init__.py
@@ -707,7 +707,7 @@ def _appendHelpSubMenu(self, frame: MainFrame) -> None:
707
708
if updateCheck:
709
# Translators: The label of a menu item to manually check for an updated version of NVDA.
710
- item = self.menu.Append(wx.ID_ANY, _("&Check for update..."))
+ item = self.menu.Append(wx.ID_ANY, _("Check for &update..."))
711
self.Bind(wx.EVT_MENU, frame.onCheckForUpdateCommand, item)
712
713
# Translators: The label for the menu item to open About dialog to get information about NVDA.
0 commit comments