Shorten hint text. feature/20140608-non-modal-controls
authorSimon Cross <hodgestar@gmail.com>
Tue, 10 Jun 2014 21:54:17 +0000 (23:54 +0200)
committerSimon Cross <hodgestar@gmail.com>
Tue, 10 Jun 2014 21:54:17 +0000 (23:54 +0200)
naja/widgets/info_area.py

index 915c6da7fd40c16dd4f33bac3642ec7654cae640..e6c11438cab322ca9b87c0546923d2c4e304dc5b 100644 (file)
@@ -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):