One. Extra. Line!
[naja.git] / naja / widgets / info_area.py
index fd470387e6b994a2d15eace94df7df8c22892274..21122cae31797262fbf83eeb5a9add317d09209c 100644 (file)
@@ -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",