Browse Source

Change shutdown checkbox label

doc-issue-template
MrS0m30n3 8 years ago
parent
commit
821af657e9
1 changed files with 1 additions and 1 deletions
  1. 2
      youtube_dl_gui/optionsframe.py

2
youtube_dl_gui/optionsframe.py

@ -275,7 +275,7 @@ class GeneralTab(TabPanel):
self.more_opts_label = self.crt_statictext("More options") self.more_opts_label = self.crt_statictext("More options")
self.confirm_exit_checkbox = self.crt_checkbox("Confirm on exit") self.confirm_exit_checkbox = self.crt_checkbox("Confirm on exit")
self.shutdown_checkbox = self.crt_checkbox("Shutdown", event_handler=self._on_shutdown)
self.shutdown_checkbox = self.crt_checkbox("Shutdown on download completion", event_handler=self._on_shutdown)
self.sudo_textctrl = self.crt_textctrl(wx.TE_PASSWORD) self.sudo_textctrl = self.crt_textctrl(wx.TE_PASSWORD)
self._set_layout() self._set_layout()

Loading…
Cancel
Save