From d6f3552fa030fc735e5481df7ae4b5fadde42565 Mon Sep 17 00:00:00 2001 From: ponychicken Date: Sat, 18 May 2024 09:16:55 +0200 Subject: [PATCH] Improve wording --- ui/opensnitch/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/opensnitch/service.py b/ui/opensnitch/service.py index 652652e9..fec1bbcb 100644 --- a/ui/opensnitch/service.py +++ b/ui/opensnitch/service.py @@ -45,7 +45,7 @@ class UIService(ui_pb2_grpc.UIServicer, QtWidgets.QGraphicsObject): 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")