From a1fa03d0a50c8d6f3a6e7b7cbd4b6362c76060ce Mon Sep 17 00:00:00 2001 From: trigg Date: Fri, 28 Jul 2023 18:18:53 +0100 Subject: [PATCH] - Translate reset buttons too --- discover_overlay/settings_window.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discover_overlay/settings_window.py b/discover_overlay/settings_window.py index 171ca08..7d72fdc 100644 --- a/discover_overlay/settings_window.py +++ b/discover_overlay/settings_window.py @@ -85,6 +85,8 @@ class MainSettingsWindow(): widget.set_label(_(widget.get_label())) if name.endswith("_button"): widget.set_label(_(widget.get_label())) + if name.endswith("_all"): + widget.set_label(_(widget.get_label())) self.widget['overview_main_text'].set_markup("%s (%s)\n\n%s\n\n%s (https://discord.gg/jRKWMuDy5V) %s (https://github.com/trigg/Discover)\n\n\n\n\n\n" % ( _("Welcome to Discover Overlay"),