summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-23 11:03:26 -0700
committerJeff Carr <[email protected]>2019-05-23 11:03:26 -0700
commit5775e40780904a12b304d09badce009cd64a6c0b (patch)
tree1a7c8301e4ce38e21079145fad97c1fd88271c34 /splash.go
parente6e1fec4426cafeaaf458557d153377f3adce184 (diff)
fix QUIT
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash.go b/splash.go
index db30f78..035b5ad 100644
--- a/splash.go
+++ b/splash.go
@@ -39,7 +39,7 @@ func ShowSplashBox(vbox *ui.Box, atest chan int, custom func(int, string)) *ui.B
newbox.Append(ui.NewLabel(tmp), false)
}
- okButton := CreateButton("OK", "CLOSE", custom)
+ okButton := CreateButton("OK", "DONE", custom)
newbox.Append(okButton, false)
if (vbox != nil) {