Skip to content

Commit c3eb162

Browse files
Merge 8b67a3c into e522245
2 parents e522245 + 8b67a3c commit c3eb162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/gui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ def _appendHelpSubMenu(self, frame: MainFrame) -> None:
707707

708708
if updateCheck:
709709
# 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..."))
710+
item = self.menu.Append(wx.ID_ANY, _("Check for &update..."))
711711
self.Bind(wx.EVT_MENU, frame.onCheckForUpdateCommand, item)
712712

713713
# Translators: The label for the menu item to open About dialog to get information about NVDA.

0 commit comments

Comments
 (0)