Return is old-school (8-bit?)
authorStefano Rivera <stefano@rivera.za.net>
Sat, 17 May 2014 20:30:15 +0000 (22:30 +0200)
committerStefano Rivera <stefano@rivera.za.net>
Sat, 17 May 2014 20:30:44 +0000 (22:30 +0200)
naja/widgets/info_area.py

index f0f8eefee7c86b1ac291c9f418d915cba17d2118..0c5bd0afebcc21dc4782e310d9539837bf7383b3 100644 (file)
@@ -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.",
 }