1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +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:
Athanasius 2021-11-13 12:37:31 +00:00
parent 741b90c528
commit 03657092af
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -873,6 +873,7 @@ class PreferencesDialog(tk.Toplevel):
if platform == 'win32':
nb.Checkbutton(
appearance_frame,
# LANG: Appearance option for Windows "minimize to system tray"
text=_('Minimize to system tray'),
variable=self.minimize_system_tray,
command=self.themevarchanged