ApolMainWindow: Fix question when closing the policy.

Closes #29.

Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
Chris PeBenito 2019-10-23 18:49:42 -04:00
parent 474c4e0566
commit 87674b2e17

View File

@ -169,7 +169,7 @@ class ApolMainWindow(SEToolsWidget, QMainWindow):
if self.AnalysisTabs.count() > 0:
reply = QMessageBox.question(
self, "Continue?",
"Loading a policy will close all existing analyses. Continue?",
"Closing a policy will close all existing analyses. Continue?",
QMessageBox.Yes | QMessageBox.No)
if reply == QMessageBox.No: