Skip to content

Commit

Permalink
improve menu label
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Oct 21, 2024
1 parent d2bb7bb commit bdae08e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion larch/wxxas/xasgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ def createMenus(self):
"Browse CIF Structure, run Feff", self.onCIFBrowse)
MenuItem(self, feff_menu, "Generate Feff input from general structures, Run Feff",
"Generate Feff input from general structures, run Feff", self.onStructureBrowse)
MenuItem(self, feff_menu, "Browse Feff Calculations",
MenuItem(self, feff_menu, "Browse Feff Calculations, Import Paths",
"Browse Feff Calculations, Get Feff Paths", self.onFeffBrowse)

self.menubar.Append(feff_menu, "Feff")
Expand Down

0 comments on commit bdae08e

Please sign in to comment.