From: Simon Cross Date: Tue, 10 Jun 2014 21:54:17 +0000 (+0200) Subject: Shorten hint text. X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=refs%2Fheads%2Ffeature%2F20140608-non-modal-controls Shorten hint text. --- diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index 915c6da..e6c1143 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -21,11 +21,11 @@ from naja import constants HINTS = [ - "Browse the tiles with {NORTH,SOUTH,EAST,WEST} keys.", - "Switch actions using TAB.", + "{NORTH,SOUTH,EAST,WEST} to browse tiles.", + "TAB to switch actions.", ] -HINT_LEGAL_MOVE = "\nPress {RETURN} to move and execute the action." +HINT_LEGAL_MOVE = "\n{RETURN} to act." class InfoAreaWidget(Widget):