X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=0c5bd0afebcc21dc4782e310d9539837bf7383b3;hp=f0f8eefee7c86b1ac291c9f418d915cba17d2118;hb=a351c6c8a07779878dc5dd598e28cd06f6622529;hpb=2adfd2622a4b49cf31f7b9b0e564beb5a4afb040 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.", }