mirror of
https://github.com/SELinuxProject/setools
synced 2025-02-22 15:16:58 +00:00
ApolMainWindow: Fix question when closing the policy.
Closes #29. Signed-off-by: Chris PeBenito <pebenito@ieee.org>
This commit is contained in:
parent
474c4e0566
commit
87674b2e17
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user