X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=50164eaa48599a1dc07208c3d8fa24a25f4f9d6c;hb=d93cb8cf618c2f77c4a2fe278b41708a5c5556dd;hp=7dbef1b70c226402303d15e3d4fdb553a029c066;hpb=0d7c75c57d85f809aad2db5c740341e2c3db011c;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", }