Skip to content

Commit 7653a0a

Browse files
Improve wording
(cherry picked from commit d6f3552)
1 parent c540975 commit 7653a0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/opensnitch/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self, app, on_exit, start_in_bg=False):
4545
super(UIService, self).__init__()
4646

4747

48-
self.MENU_ENTRY_STATS = QtCore.QCoreApplication.translate("contextual_menu", "Statistics")
48+
self.MENU_ENTRY_STATS = QtCore.QCoreApplication.translate("contextual_menu", "Open main window")
4949
self.MENU_ENTRY_FW_ENABLE = QtCore.QCoreApplication.translate("contextual_menu", "Enable")
5050
self.MENU_ENTRY_FW_DISABLE = QtCore.QCoreApplication.translate("contextual_menu", "Disable")
5151
self.MENU_ENTRY_HELP = QtCore.QCoreApplication.translate("contextual_menu", "Help")

0 commit comments

Comments
 (0)