mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
Fixed translation hook line 295
Corrected the text of code line 295; The text text="Show API Key" cannot be translated as indicated, so I rewrote it as text=_('Show API Key').
This commit is contained in:
parent
ff668eab8b
commit
b0ae7f140c
@ -292,7 +292,7 @@ def plugin_prefs(parent: ttk.Notebook, cmdr: str, is_beta: bool) -> tk.Frame:
|
||||
show_password_var.set(False) # Password is initially masked
|
||||
show_password_checkbox = nb.Checkbutton(
|
||||
frame,
|
||||
text="Show API Key",
|
||||
text=_('Show API Key'), # LANG: Text Inara Show API key
|
||||
variable=show_password_var,
|
||||
command=toggle_password_visibility,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user