X-Git-Url: https://git.ctpug.org.za/?a=blobdiff_plain;f=naja%2Fwidgets%2Finfo_area.py;h=f9f2573364ff1e93edf21a0fa8a9b681066eb346;hb=c7bb477b529380f1dae1953d604a22f729160502;hp=81cd0bb1d3c228b631093af6ea356107b9942aa9;hpb=d3fee83858c30b34d362f261bebb2974954e59ae;p=naja.git diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index 81cd0bb..f9f2573 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -17,17 +17,17 @@ 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." - } + 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.", +} HINT_LEGAL_MOVE = "\nPress Return to move to this card." TITLES = { - ACT: "Choose an Action", - EXAMINE: "Select a Card", - } + ACT: "Choose an Action", + EXAMINE: "Select a Card", +} class InfoAreaWidget(Widget):