src/eric7/UI/UserInterface.py

branch
eric7
changeset 10990
31677cc3713e
parent 10949
2057b1b198a5
child 11006
a671918232f3
--- 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"""

eric ide

mercurial