Return is old-school (8-bit?)
[naja.git] / 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.",
 }