Browse Source

Nom de la fenêtre options

Francois Drouhard 6 years ago
parent
commit
cfff0eb925
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MaFenetre.cpp

+ 1 - 1
MaFenetre.cpp

@@ -58,7 +58,7 @@ MaFenetre::MaFenetre(Options* mesOptions) :
     ///////////////////////////// Menus ////////////////////////////
     QMenu *menuFichier = menuBar()->addMenu("&Fichier");
     QAction *actionNouveau = new QAction ("&Nouveau" , this);
-    QAction *actionChangerNom = new QAction ("&Changer nom des joueurs...", this);
+    QAction *actionChangerNom = new QAction ("&Options...", this);
     QAction *actionQuitter = new QAction ("&Quitter" , this);
     menuFichier->addAction(actionNouveau);
     menuFichier->addAction(actionChangerNom);