From d35888508652df104cce23e43fd38450e7d51100 Mon Sep 17 00:00:00 2001 From: "pro.boooooo" Date: Thu, 8 Dec 2022 04:30:16 +0100 Subject: [PATCH] $ --- src/Test/Controller.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Test/Controller.java b/src/Test/Controller.java index 4064e93..7bb3798 100644 --- a/src/Test/Controller.java +++ b/src/Test/Controller.java @@ -545,7 +545,7 @@ public class Controller implements ActionListener, ListSelectionListener { if (this.db.insertRow("fi_groupe", new String[] { "nom", "min", "max" }, new String[] { nom, min, max })) { JOptionPane.showMessageDialog( this.parent, - "Groupe" + nom + "creer !", + "Groupe " + nom + " crée !", "Succes", JOptionPane.INFORMATION_MESSAGE);