X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=50164eaa48599a1dc07208c3d8fa24a25f4f9d6c;hb=03a118a3e62b13b477c1308514235a7533083d2c;hp=7dbef1b70c226402303d15e3d4fdb553a029c066;hpb=7e4bfa583e543435076471d46a53aaff1eccb83f;p=naja.git diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index 7dbef1b..50164ea 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -22,14 +22,14 @@ 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 card to examine using the arrow keys.", + EXAMINE: "Select a tile to examine using the arrow keys.", } -HINT_LEGAL_MOVE = "\nPress Return to move to this card." +HINT_LEGAL_MOVE = "\nPress Return to move to this tile." TITLES = { ACT: "Choose an Action", - EXAMINE: "Select a Card", + EXAMINE: "Select a Tile", }