mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
Fixed translation hook line 355
Corrected the text of code line 355; 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
b0ae7f140c
commit
98e9765391
@ -352,7 +352,7 @@ def plugin_prefs(parent: ttk.Notebook, cmdr: Optional[str], is_beta: bool) -> tk
|
||||
|
||||
show_password_checkbox = nb.Checkbutton(
|
||||
frame,
|
||||
text="Show API Key",
|
||||
text=_('Show API Key'), # LANG: Text EDSM Show API Key
|
||||
variable=show_password_var,
|
||||
command=toggle_password_visibility
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user