diff --git a/comictaggerlib/taggerwindow.py b/comictaggerlib/taggerwindow.py index dea47b8..8aa8f37 100644 --- a/comictaggerlib/taggerwindow.py +++ b/comictaggerlib/taggerwindow.py @@ -339,9 +339,10 @@ class TaggerWindow(QtWidgets.QMainWindow): "Plugins Have moved!", f""" Due to techinical issues the Metron and GCD plugins are no longer bundled in ComicTagger!

- You will need to download the .zip or .whl from the GitHub release and and download it to {str(self.config[0].Runtime_Options__config.user_plugin_dir)!r}
+ You will need to download the .zip or .whl from the GitHub release page to:
{str(self.config[0].Runtime_Options__config.user_plugin_dir)}

GCD: https://github.com/comictagger/gcd_talker/releases
- Metron: https://github.com/comictagger/metron_talker/releases + Metron: https://github.com/comictagger/metron_talker/releases

+ For more information on installing plugins see the wiki page:
https://github.com/comictagger/comictagger/wiki/Installing-plugins """, ) self.config[0].Dialog_Flags__notify_plugin_changes = not checked