Changed disctext

This commit is contained in:
romanschenk37 2022-03-11 17:56:48 +01:00
parent 04e83926db
commit 3a22569b42
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ def createFrameFileColums(headers):
global OptionList global OptionList
for header in headers: for header in headers:
OptionList.append(header) OptionList.append(header)
desctext = tkinter.Label(frameFileColums, text="Please type in Header of Columns") desctext = tkinter.Label(frameFileColums, text="Please select Headers of Columns")
desctext.grid(row=1, column=1, padx=10, pady=3) desctext.grid(row=1, column=1, padx=10, pady=3)
frameFileColums1 = tkinter.Frame(frameFileColums) frameFileColums1 = tkinter.Frame(frameFileColums)
frameFileColums1.grid(row=2, column=1, padx=10, pady=3) frameFileColums1.grid(row=2, column=1, padx=10, pady=3)