diff -r 44e15eda6506 -r e8fc383322f7 eric6/PluginManager/PluginRepositoryDialog.py --- a/eric6/PluginManager/PluginRepositoryDialog.py Tue Jan 05 18:28:31 2021 +0100 +++ b/eric6/PluginManager/PluginRepositoryDialog.py Wed Jan 06 13:47:01 2021 +0100 @@ -847,7 +847,7 @@ def __startPluginInstall(self): """ - Private slot to start the eric6 plugin installation dialog. + Private slot to start the eric plugin installation dialog. """ proc = QProcess() applPath = os.path.join(getConfig("ericDir"), "eric6_plugininstall.py")