Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
(cherry picked from commit d6f3552)
  • Loading branch information
gustavo-iniguez-goya committed Jun 13, 2024
1 parent c540975 commit 7653a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/opensnitch/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(self, app, on_exit, start_in_bg=False):
super(UIService, self).__init__()


self.MENU_ENTRY_STATS = QtCore.QCoreApplication.translate("contextual_menu", "Statistics")
self.MENU_ENTRY_STATS = QtCore.QCoreApplication.translate("contextual_menu", "Open main window")
self.MENU_ENTRY_FW_ENABLE = QtCore.QCoreApplication.translate("contextual_menu", "Enable")
self.MENU_ENTRY_FW_DISABLE = QtCore.QCoreApplication.translate("contextual_menu", "Disable")
self.MENU_ENTRY_HELP = QtCore.QCoreApplication.translate("contextual_menu", "Help")
Expand Down

0 comments on commit 7653a0a

Please sign in to comment.