Skip to content

Commit e84dea5

Browse files
committed
change menu text
1 parent b57680c commit e84dea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/jabs/ui/main_window/menu_builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def _build_app_menu(self, menu: QtWidgets.QMenu) -> None:
147147
menu.addAction(user_guide_action)
148148

149149
# Check for updates action
150-
check_updates_action = QtGui.QAction("Check for Update", self.main_window)
150+
check_updates_action = QtGui.QAction("Check for Updates", self.main_window)
151151
check_updates_action.setStatusTip("Check PyPI for a newer version of JABS")
152152
check_updates_action.triggered.connect(self.handlers.check_for_updates)
153153
menu.addAction(check_updates_action)

0 commit comments

Comments
 (0)