Skip to content

Commit 403d072

Browse files
committed
Update change_language.py
1 parent 20c1b32 commit 403d072

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

dialogs/change_language.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def show():
2424
custom_ui.Radiobutton(window, text = strings.en_US.language, value = "en_US", variable = language).pack(anchor = "w")
2525
custom_ui.Radiobutton(window, text = strings.fr_FR.language, value = "fr_FR", variable = language).pack(anchor = "w")
2626
custom_ui.Radiobutton(window, text = strings.ro_RO.language, value = "ro_RO", variable = language).pack(anchor = "w")
27-
2827

2928
buttons = ttk.Frame(window)
3029
buttons.pack(pady = preferences.get_scaled_value(16), fill = "x")

0 commit comments

Comments
 (0)