gest_crans_lc: grammar
This commit is contained in:
parent
64daf7afe1
commit
33fe1b91db
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ def handle_exit_code(d, code):
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
sys.exit(0)
|
sys.exit(0)
|
||||||
else:
|
else:
|
||||||
msg = "Vous avez appuyer sur ESC ou CTRL+C dans la dernière fenêtre de dialogue.\n\n" \
|
msg = "Vous avez appuyé sur ESC ou CTRL+C dans la dernière fenêtre de dialogue.\n\n" \
|
||||||
"Voulez vous quitter le programme ?"
|
"Voulez vous quitter le programme ?"
|
||||||
if d.yesno(msg, width=60) == d.DIALOG_OK:
|
if d.yesno(msg, width=60) == d.DIALOG_OK:
|
||||||
os.system('clear')
|
os.system('clear')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue