Name the set TOT ASAP button better.

This commit is contained in:
Dan Albert 2020-10-30 17:28:04 -07:00
parent 611b6fc272
commit b6421646ff

View File

@ -78,7 +78,7 @@ class QPackageDialog(QDialog):
self.tot_spinner.timeChanged.connect(self.save_tot) self.tot_spinner.timeChanged.connect(self.save_tot)
self.tot_column.addWidget(self.tot_spinner) self.tot_column.addWidget(self.tot_spinner)
self.reset_tot_button = QPushButton("Reset TOT") self.reset_tot_button = QPushButton("ASAP")
self.reset_tot_button.setToolTip( self.reset_tot_button.setToolTip(
"Sets the package TOT to the earliest time that all flights can " "Sets the package TOT to the earliest time that all flights can "
"arrive at the target." "arrive at the target."