fix advance settings animation title
This commit is contained in:
Binary file not shown.
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user