Skip to content

Commit a70c353

Browse files
committed
Update text to align checkboxes
1 parent d7b9414 commit a70c353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seleniumbase/console_scripts/sb_recorder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def create_tkinter_gui():
131131
entry = tk.Entry(window, textvariable=fname)
132132
entry.pack()
133133
cbx = tk.IntVar()
134-
chk = tk.Checkbutton(window, text="Overwrite existing file", variable=cbx)
134+
chk = tk.Checkbutton(window, text="Overwrite existing files", variable=cbx)
135135
chk.pack()
136136
chk.select()
137137
cbb = tk.IntVar()

0 commit comments

Comments
 (0)