From: Simon Cross Date: Sat, 17 May 2014 23:13:04 +0000 (+0200) Subject: One. Extra. Line! X-Git-Tag: 0.1~10^2~1 X-Git-Url: https://git.ctpug.org.za/?p=naja.git;a=commitdiff_plain;h=0b43a81c2816278ea23e97a41a5cfc7473b4b054 One. Extra. Line! --- diff --git a/naja/widgets/info_area.py b/naja/widgets/info_area.py index fd47038..21122ca 100644 --- a/naja/widgets/info_area.py +++ b/naja/widgets/info_area.py @@ -21,12 +21,12 @@ from naja import constants HINTS = { - ACT: "Choose an action using {NORTH,SOUTH} keys.\n" - "Press {RETURN} to execute it.", + ACT: "Choose an action using {NORTH,SOUTH}." + " Press {RETURN} to execute it.", EXAMINE: "Browse the tiles with {NORTH,SOUTH,EAST,WEST} keys.", } -HINT_LEGAL_MOVE = "\nPress {RETURN} to move to this tile." +HINT_LEGAL_MOVE = "\nPress {RETURN} to move." TITLES = { ACT: "Choose an Action",