--- a/src/eric7/UI/UserInterface.py Mon Jun 24 14:40:06 2024 +0200 +++ b/src/eric7/UI/UserInterface.py Mon Jun 24 16:59:07 2024 +0200 @@ -1267,7 +1267,9 @@ if self.pipWidget: self.rToolbox.addItem( - self.pipWidget, EricPixmapCache.getIcon("pypi"), self.tr("PyPI") + self.pipWidget, + EricPixmapCache.getIcon("pypi"), + self.tr("PyPI Package Management"), ) if self.condaWidget: @@ -1463,7 +1465,9 @@ if self.pipWidget: sidebar.addTab( - self.pipWidget, EricPixmapCache.getIcon("sbPyPI96"), self.tr("PyPI") + self.pipWidget, + EricPixmapCache.getIcon("sbPyPI96"), + self.tr("PyPI Package Management"), ) if self.condaWidget: @@ -2519,15 +2523,15 @@ if self.pipWidget is not None: self.pipWidgetActivateAct = EricAction( - self.tr("PyPI"), - self.tr("PyPI"), + self.tr("PyPI Package Management"), + self.tr("PyPI Package Management"), QKeySequence(self.tr("Ctrl+Alt+Shift+P")), 0, self, "pip_widget_activate", ) self.pipWidgetActivateAct.setStatusTip( - self.tr("Switch the input focus to the PyPI window.") + self.tr("Switch the input focus to the PyPI Package Management window.") ) self.pipWidgetActivateAct.setWhatsThis( self.tr(