From a9fdafdb93b3d95a6fb54ece5e75059e62d14bc4 Mon Sep 17 00:00:00 2001 From: Timmy Welch Date: Sat, 21 Sep 2024 14:12:44 -0700 Subject: [PATCH] Format message better --- comictaggerlib/taggerwindow.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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