eric7/PluginManager/PluginRepositoryDialog.py

branch
eric7
changeset 8651
ce4c3c401482
parent 8645
67eb147b3531
child 8663
a925267d1545
--- 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)

eric ide

mercurial