mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
fix F5 message
This commit is contained in:
parent
3ee3bf8b61
commit
bf71eecf4b
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ def profile(screen, size):
|
|||
|
||||
if bb.buttonPressed(g.runOnce()) != "cancel":
|
||||
commands.getoutput('select-screen-profile --set %s' % li.current())
|
||||
button = messagebox(screen, 60, 2, "Message", "Press F5<CR> to apply the new profile", \
|
||||
button = messagebox(screen, 60, 2, "Message", "Restart screen to apply the new profile", \
|
||||
buttons=(("Ok","ok"), ("Exit", "exit")) )
|
||||
if button == "exit":
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue