diff --git a/plugins/spansh_core.py b/plugins/spansh_core.py index 8a7d87be..77106da8 100644 --- a/plugins/spansh_core.py +++ b/plugins/spansh_core.py @@ -57,7 +57,7 @@ def plugin_start3(plugin_dir: str) -> str: :param plugin_dir: Name of directory this was loaded from. :return: Identifier string for this plugin. """ - return 'spansh' + return 'Spansh' def plugin_app(parent: tk.Tk) -> None: