edit popup

This commit is contained in:
NonoL3Robot
2022-03-14 18:28:45 +01:00
parent 04a31d8a88
commit 5c666f1f65
@@ -40,7 +40,7 @@ public class Quitter extends MenuItem {
protected void action() {
final String TITRE = "Quitter";
final String MESSAGE
= "Êtes-vous sûr de vouloir quitter l'application ?";
= "Êtes-vous sûr de vouloir fermer la fenêtre ?";
if (Popup.OuiNonPopup(parent, TITRE, MESSAGE)
== JOptionPane.YES_OPTION) {
parent.quitter();