1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-12 23:37:14 +03:00

[Minor] Correct Spelling of Spansh

This commit is contained in:
David Sangrey 2023-12-07 11:55:07 -05:00
parent 4634232d6a
commit 21268d5f19
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC

View File

@ -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: