From b6421646ff3d328b1d4359e1af96085b62e73845 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Fri, 30 Oct 2020 17:28:04 -0700 Subject: [PATCH] Name the set TOT ASAP button better. --- qt_ui/windows/mission/QPackageDialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt_ui/windows/mission/QPackageDialog.py b/qt_ui/windows/mission/QPackageDialog.py index a3bb5f80..caa017cd 100644 --- a/qt_ui/windows/mission/QPackageDialog.py +++ b/qt_ui/windows/mission/QPackageDialog.py @@ -78,7 +78,7 @@ class QPackageDialog(QDialog): self.tot_spinner.timeChanged.connect(self.save_tot) 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( "Sets the package TOT to the earliest time that all flights can " "arrive at the target."