--- a/src/eric7/UI/UserInterface.py Sun Oct 20 11:37:00 2024 +0200 +++ b/src/eric7/UI/UserInterface.py Sun Oct 20 15:51:03 2024 +0200 @@ -5140,7 +5140,7 @@ @pyqtSlot() def upgradeEricPyQt(self): """ - Public slot to upgrade the eric-ide and Pyqt packages of the eric7 + Public slot to upgrade the eric-ide and PyQt packages of the eric7 environment. @return flag indicating a successful upgrade @@ -5148,7 +5148,7 @@ """ yes = EricMessageBox.yesNo( None, - self.tr("Upgrade Eric"), + self.tr("Upgrade Eric and PyQt6"), self.tr( """eric needs to be closed in order to upgrade eric and""" """ PyQt. It will be restarted once the upgrade process"""