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