Skip to content

Commit

Permalink
Clarify checkbox menu behaviour in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
pdf committed Feb 3, 2017
1 parent 6f79d69 commit f10f36c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func install() error {
},
}

menu := climenu.NewCheckboxMenu(`Browser Selection`, `Select browser(s) for native host installation`, `OK`, `Cancel`)
menu := climenu.NewCheckboxMenu(`Browser Selection`, `Select browser(s) for native host installation (Space to select, Enter to confirm)`, `OK`, `Cancel`)
menu.AddMenuItem(`Chrome/Opera`, def)
menu.AddMenuItem(`Chromium`, `chromium`)
menu.AddMenuItem(`Vivaldi`, `vivaldi`)
Expand Down

0 comments on commit f10f36c

Please sign in to comment.