From e47ffde228818709011071936ea9b0e20667ee7d Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Fri, 23 Nov 2012 19:04:15 +0100 Subject: [PATCH] =?UTF-8?q?[client]=20Il=20n'y=20a=20que=20la=20touche=20e?= =?UTF-8?q?ntr=C3=A9e=20qui=20marche=20en=20fait.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cranspasswords.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cranspasswords.py b/cranspasswords.py index 9129c07..ee9d25c 100755 --- a/cranspasswords.py +++ b/cranspasswords.py @@ -238,7 +238,7 @@ def saveclipboard(restore=False): if not restore: old_clipboard = proc.stdout.read() else: - raw_input("Appuyez sur une touche pour récupérer le contenu précédent du presse papier.") + raw_input("Appuyez sur Entrée pour récupérer le contenu précédent du presse papier.") proc.stdin.write(old_clipboard) proc.stdin.close() proc.stdout.close()