From 90057988620e63b63eff6adfd60c40c28c9d0e0e Mon Sep 17 00:00:00 2001 From: A_D Date: Wed, 29 Jul 2020 17:17:00 +0200 Subject: [PATCH] fixed incorrect comment --- plugins/inara.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/inara.py b/plugins/inara.py index 6ec9bbc0..c75f3004 100644 --- a/plugins/inara.py +++ b/plugins/inara.py @@ -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)