When I configure the reloader to reload another plugin, the action text is set to: "Reload plugin: " but the whatsThis remains "Reload plugin: ". It could however be a qt problem since in the python console
this works:
qgis.utils.plugins['plugin_reloader'].actionRun.setText('test')
and this doesn't:
qgis.utils.plugins['plugin_reloader'].actionRun.setWhatsThis('test')
Anyway, it does load the correct plugin, but it is a bit confusing. I am using qgis 3.3 master on ubuntu 18.04 with qt 5.9.5
When I configure the reloader to reload another plugin, the action text is set to: "Reload plugin:" but the whatsThis remains "Reload plugin: ". It could however be a qt problem since in the python console
this works: qgis.utils.plugins['plugin_reloader'].actionRun.setText('test')
and this doesn't: qgis.utils.plugins['plugin_reloader'].actionRun.setWhatsThis('test')
Anyway, it does load the correct plugin, but it is a bit confusing. I am using qgis 3.3 master on ubuntu 18.04 with qt 5.9.5