Skip to content

Commit ada8ce6

Browse files
authored
Update excel_to_csv_EN-US.py
1 parent 333d68a commit ada8ce6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

excel_to_csv_EN-US.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,7 @@ def exitApplication():
5959
#root.mainloop()
6060

6161
def help():
62-
MsgBox = tk.messagebox.showinfo ('Help','To convert a file:\n1-Click the desired conversion.\n2-Find and select the file\n
63-
3-Select where you want to save the converted file.\n4-Type what name you want to give the converted file. \n
64-
5-Click on "Save".\n6-Done, your file will already be converted and in the destination folder.')
62+
MsgBox = tk.messagebox.showinfo ('Help','To convert a file:\n1-Click the desired conversion.\n2-Find and select the file\n 3-Select where you want to save the converted file.\n4-Type what name you want to give the converted file. \n5-Click on "Save".\n6-Done, your file will already be converted and in the destination folder.')
6563
root.mainloop()
6664
helpButton= tk.Button (root, text='Help❓',command=help, bg='lightsteelblue2', fg='black', font=('helvetica', 12, 'bold')).place(x=220, y=0)
6765
canvas1.create_window(150, 100, window=helpButton)

0 commit comments

Comments
 (0)