projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2adfd26
)
Return is old-school (8-bit?)
author
Stefano Rivera
<stefano@rivera.za.net>
Sat, 17 May 2014 20:30:15 +0000
(22:30 +0200)
committer
Stefano Rivera
<stefano@rivera.za.net>
Sat, 17 May 2014 20:30:44 +0000
(22:30 +0200)
naja/widgets/info_area.py
patch
|
blob
|
history
diff --git
a/naja/widgets/info_area.py
b/naja/widgets/info_area.py
index f0f8eefee7c86b1ac291c9f418d915cba17d2118..0c5bd0afebcc21dc4782e310d9539837bf7383b3 100644
(file)
--- a/
naja/widgets/info_area.py
+++ b/
naja/widgets/info_area.py
@@
-21,7
+21,7
@@
from naja.widgets.text import TextBoxWidget, TextWidget
HINTS = {
ACT: ("Choose an action using the Up/Down keys.\n"
- "Press
Return
to execute the action."),
+ "Press
Enter
to execute the action."),
EXAMINE: "Select a tile to examine using the arrow keys.",
}