diff --git a/src/cthulhu/plugin_system_manager.py b/src/cthulhu/plugin_system_manager.py index 31d74c7..8fa613e 100644 --- a/src/cthulhu/plugin_system_manager.py +++ b/src/cthulhu/plugin_system_manager.py @@ -41,7 +41,7 @@ try: PLUGGY_AVAILABLE = True except ImportError: PLUGGY_AVAILABLE = False - print("Warning: pluggy not available. Using fallback plugin system.") + print("Warning: Couldn't import pluggy. Plugins will not be available.") try: from gi.repository import GObject