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);