From 03657092af57ad8c0b4eda3a4521bb7f13188d39 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sat, 13 Nov 2021 12:37:31 +0000 Subject: [PATCH] systray: Add LANG comment The original systray work seems to predate the LANG comments, and I didn't double-check there *was* one. --- prefs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/prefs.py b/prefs.py index b6cf4b10..d6728ab4 100644 --- a/prefs.py +++ b/prefs.py @@ -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