mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
systray: Add LANG comment
The original systray work seems to predate the LANG comments, and I didn't double-check there *was* one.
This commit is contained in:
parent
741b90c528
commit
03657092af
1
prefs.py
1
prefs.py
@ -873,6 +873,7 @@ class PreferencesDialog(tk.Toplevel):
|
|||||||
if platform == 'win32':
|
if platform == 'win32':
|
||||||
nb.Checkbutton(
|
nb.Checkbutton(
|
||||||
appearance_frame,
|
appearance_frame,
|
||||||
|
# LANG: Appearance option for Windows "minimize to system tray"
|
||||||
text=_('Minimize to system tray'),
|
text=_('Minimize to system tray'),
|
||||||
variable=self.minimize_system_tray,
|
variable=self.minimize_system_tray,
|
||||||
command=self.themevarchanged
|
command=self.themevarchanged
|
||||||
|
Loading…
x
Reference in New Issue
Block a user