From bf71eecf4baec8c1765571b30f19fca25735ab37 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 9 Jan 2009 17:48:29 -0600 Subject: [PATCH] fix F5 message --- screen-profiles-helper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screen-profiles-helper b/screen-profiles-helper index c569a6d5..0d475a2c 100755 --- a/screen-profiles-helper +++ b/screen-profiles-helper @@ -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 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