fix advance settings animation title

This commit is contained in:
2025-08-24 18:11:08 +02:00
parent d227e2f47c
commit dbc4e94008
2 changed files with 1 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ class AdvancedSettingsFrame(tk.Toplevel):
self.tree.bind("<Button-1>", self._toggle_include_status)
# --- Animation Settings ---
animation_frame = ttk.LabelFrame(self, text="Animationseinstellungen", padding=10)
animation_frame = ttk.LabelFrame(self, text=Msg.STR["animation_settings_title"], padding=10)
animation_frame.pack(fill=tk.X, padx=10, pady=5)
animation_types = ["counter_arc", "double_arc", "line", "blink"]