1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-20 19:07:38 +03:00

fixed incorrect comment

This commit is contained in:
A_D 2020-07-29 17:17:00 +02:00
parent bb1def48cd
commit 9005798862
No known key found for this signature in database
GPG Key ID: 4BE9EB7DF45076C4

View File

@ -156,7 +156,7 @@ def plugin_prefs(parent: tk.Tk, cmdr: str, is_beta: bool):
this.label.grid(columnspan=2, padx=PADX, sticky=tk.W)
this.apikey_label = nb.Label(frame, text=_('API Key')) # EDSM setting
this.apikey_label = nb.Label(frame, text=_('API Key')) # Inara setting
this.apikey_label.grid(row=12, padx=PADX, sticky=tk.W)
this.apikey = nb.Entry(frame)
this.apikey.grid(row=12, column=1, padx=PADX, pady=PADY, sticky=tk.EW)