Skip to content

Commit 515503a

Browse files
committed
fix tr bug
1 parent d22c86b commit 515503a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thonnycontrib/quecpython/view.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def __init__(self, *args, **kwargs):
2323
super().__init__(*args, **kwargs)
2424

2525
# >>> 串口配置
26-
serial_label_frame = tk.LabelFrame(master=self, text='Serial Settings', labelanchor=tk.N)
26+
serial_label_frame = tk.LabelFrame(master=self, text=tr('Serial Settings'), labelanchor=tk.N)
2727
serial_label_frame.pack(anchor=tk.NW, expand=False, fill=tk.X, pady=(5, 5))
2828
for index in range(14):
2929
serial_label_frame.columnconfigure(index, weight=1)

0 commit comments

Comments
 (0)