diff --git a/src/WebAppManagerWindow.py b/src/WebAppManagerWindow.py index dc7e6d1..b3329b1 100644 --- a/src/WebAppManagerWindow.py +++ b/src/WebAppManagerWindow.py @@ -90,7 +90,9 @@ def actionLaunch_clicked(self): def actionAbout_clicked(self): - QMessageBox.about(self.__window, f"{_("About")} {self.__window.windowTitle()}", f""" + title=_("About") + + QMessageBox.about(self.__window, f"{title} {self.__window.windowTitle()}", f"""

{self.__window.windowTitle()} is a simple tool to manage web applications.

{APP_VERSION}