From a351c6c8a07779878dc5dd598e28cd06f6622529 Mon Sep 17 00:00:00 2001 From: Stefano Rivera Date: Sat, 17 May 2014 22:30:15 +0200 Subject: [PATCH] Return is old-school (8-bit?) --- naja/widgets/info_area.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index f0f8eef..0c5bd0a 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -21,7 +21,7 @@ from naja.widgets.text import TextBoxWidget, TextWidget HINTS = { ACT: ("Choose an action using the Up/Down keys.\n" - "Press Return to execute the action."), + "Press Enter to execute the action."), EXAMINE: "Select a tile to examine using the arrow keys.", } -- 2.34.1