summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
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) {