Skip to content

Commit b56b88c

Browse files
authored
Update 2048.py
1 parent 313f534 commit b56b88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/2048.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ def Appuyer(event):
527527
# Ajouter un bouton à propos au menu
528528
menuDeroulant.add_command(
529529
label = "À propos", command = lambda:[tkinter.messagebox.showinfo(
530-
"À propos", "2048 (Projet NSI GA.1)\n\nCréé par :\n\n- ING Bryan\n- ABASSE Tidiane\n- GALANG Andrei\n\nVersion : 10.0 (S10)", icon = "info"
530+
"À propos", "Python-2048\n\nCréé par :\n\n- Ryse93\n\nVersion : 10.0 (S10)", icon = "info"
531531
)
532532
]
533533
)

0 commit comments

Comments
 (0)