X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=5697b1996c7b4bf146385e4b3d40397e09d022fd;hb=a1c561e26fae79ce8a9570c9404975a8a0367d65;hp=f0f8eefee7c86b1ac291c9f418d915cba17d2118;hpb=a2e00020315065e5730f9fcdd50bf9200d575195;p=naja.git diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index f0f8eef..5697b19 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -20,12 +20,12 @@ from naja.widgets.text import TextBoxWidget, TextWidget HINTS = { - ACT: ("Choose an action using the Up/Down keys.\n" - "Press Return 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",