diff --git a/TicTacToe/fonctions.cpp b/TicTacToe/fonctions.cpp index 0d6a83d..883abcd 100644 --- a/TicTacToe/fonctions.cpp +++ b/TicTacToe/fonctions.cpp @@ -53,7 +53,7 @@ void afficherMenu(char& choix) { << "----------------------------------" << endl << "A) 1 joueur" << endl << "B) 2 joueurs" << endl - << "C) Changer le style du jeu" << endl + << "C) Choisir un theme" << endl << "Q) Quitter" << endl << endl << "Quel est votre choix? "; choix = toupper(_getche());