aboutsummaryrefslogtreecommitdiffstats
path: root/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--i_ui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/i_ui.go b/i_ui.go
index fe0f9fa..61d8ffd 100644
--- a/i_ui.go
+++ b/i_ui.go
@@ -106,7 +106,7 @@ func i_bottom_text(s tcell.Screen, t [2]int) {
style := tcell.StyleDefault.
Background(tcell.ColorReset).
Foreground(tcell.ColorGrey)
- keys_hint := "(q) Quit | (a/i) add host | (e) edit | (/) search | (?) help"
+ keys_hint := "(q)uit - (a)dd/(i)nsert host - (e)dit - (s)earch - (?) help"
spaces := ""
i := 0
for i < (t[W]) - len(keys_hint) {