From: Stefano Rivera Date: Sat, 17 May 2014 20:30:15 +0000 (+0200) Subject: Return is old-school (8-bit?) X-Git-Tag: 0.1~24 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=a351c6c8a07779878dc5dd598e28cd06f6622529 Return is old-school (8-bit?) --- 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.", }