Renamed a couple buttons

This commit is contained in:
codemann8
2023-12-23 04:18:35 -06:00
parent bd5232bf24
commit d8319ca727
4 changed files with 24 additions and 10 deletions

View File

@@ -158,6 +158,14 @@ def loadcliargs(gui, args, settings=None):
label = fish.translate("gui","gui",mainpage + '.' + subpage + '.' + widget)
gui.pages[mainpage].pages[subpage].widgets[widget].pieces["button"].configure(text=label)
# Set Save Settings button
mainpage = "bottom"
subpage = "content"
widget = "savesettings"
# set textbox/frame label
label = fish.translate("gui","gui",mainpage + '.' + subpage + '.' + widget)
gui.pages[mainpage].pages[subpage].widgets[widget].pieces["button"].configure(text=label)
# Set Output Directory button
mainpage = "bottom"
subpage = "content"