projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a493894
)
Shorten hint text.
feature/20140608-non-modal-controls
author
Simon Cross
<hodgestar@gmail.com>
Tue, 10 Jun 2014 21:54:17 +0000
(23:54 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Tue, 10 Jun 2014 21:54:17 +0000
(23:54 +0200)
naja/widgets/info_area.py
patch
|
blob
|
history
diff --git
a/naja/widgets/info_area.py
b/naja/widgets/info_area.py
index 915c6da7fd40c16dd4f33bac3642ec7654cae640..e6c11438cab322ca9b87c0546923d2c4e304dc5b 100644
(file)
--- 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} key
s.",
- "
Switch actions using TAB
.",
+ "
{NORTH,SOUTH,EAST,WEST} to browse tile
s.",
+ "
TAB to switch actions
.",
]
-HINT_LEGAL_MOVE = "\n
Press {RETURN} to move and execute the action
."
+HINT_LEGAL_MOVE = "\n
{RETURN} to act
."
class InfoAreaWidget(Widget):