Shorter hints, which mean more space for actions in the tutorial
[naja.git] / naja / widgets / info_area.py
index 0c5bd0afebcc21dc4782e310d9539837bf7383b3..5697b1996c7b4bf146385e4b3d40397e09d022fd 100644 (file)
@@ -20,12 +20,12 @@ from naja.widgets.text import TextBoxWidget, TextWidget
 
 
 HINTS = {
-    ACT: ("Choose an action using the Up/Down keys.\n"
-          "Press Enter to execute the action."),
-    EXAMINE: "Select a tile to examine using the arrow keys.",
+    ACT: "Choose an action using {NORTH,SOUTH} keys.\n"
+         "Press {RETURN} to execute it.",
+    EXAMINE: "Browse the tiles with {NORTH,SOUTH,EAST,WEST} keys.",
 }
 
-HINT_LEGAL_MOVE = "\nPress Return to move to this tile."
+HINT_LEGAL_MOVE = "\nPress {RETURN} to move to this tile."
 
 TITLES = {
     ACT: "Choose an Action",