Skip to content

Commit 05e51ab

Browse files
committed
Reworded dialog box
1 parent 27a0b92 commit 05e51ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/graphMLVis/visualize_graphML.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def buttonSelect():
261261
fFrame.grid(row=0, column=0, pady=10, padx=10)
262262

263263
# first file selecting row for .graphml file to load
264-
fLabel0 = Label(fFrame, text="Select .graphml File to Visualize: ")
264+
fLabel0 = Label(fFrame, text="Select .graphml file to load: ")
265265
fLabel0.grid(row=0, column=0)
266266
fEntry0 = Entry(fFrame, width=55)
267267
fEntry0.grid(row=0, column=1)

0 commit comments

Comments
 (0)