Skip to content

Commit

Permalink
🎨 Improve the displayed file name
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienRoger committed Jan 16, 2022
1 parent 5dc4653 commit 85c02c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyflow/graphics/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def onFileOpen(self):
self,
"Open ipygraph from file",
"",
"Ipygraph or Juyter notebook (*.ipyg *.ipynb)",
"Interactive python graph or notebook (*.ipyg *.ipynb)",
)

if filename == "":
Expand Down

0 comments on commit 85c02c8

Please sign in to comment.