Skip to content

Commit

Permalink
[Minor] Correct Spelling of Spansh
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Dec 7, 2023
1 parent 4634232 commit 21268d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/spansh_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 21268d5

Please sign in to comment.