diff -r 100726f55a9a -r ce4c3c401482 eric7/PluginManager/PluginRepositoryDialog.py --- a/eric7/PluginManager/PluginRepositoryDialog.py Mon Sep 27 15:29:36 2021 +0200 +++ b/eric7/PluginManager/PluginRepositoryDialog.py Mon Sep 27 16:41:31 2021 +0200 @@ -116,7 +116,7 @@ self.__downloadInstallButton.setIcon( UI.PixmapCache.getIcon("downloadPlus")) self.__downloadInstallButton.setToolTip( - self.tr("Download && Install")) + self.tr("Download & Install")) self.__downloadInstallButton.clicked.connect( self.__downloadInstallButtonClicked) self.__actionButtonsLayout.addWidget(self.__downloadInstallButton)