Use "tile" consistently in player-visible text.
[naja.git] / naja / widgets / info_area.py
index 7dbef1b70c226402303d15e3d4fdb553a029c066..50164eaa48599a1dc07208c3d8fa24a25f4f9d6c 100644 (file)
@@ -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",
 }