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 4c3170b..1d51901 100644
--- a/splash.go
+++ b/splash.go
@@ -45,7 +45,7 @@ func ShowSplashBox() *ui.Box {
}
}
- okButton := CreateButton(nil, nil, "OK", "DONE", nil)
+ okButton := CreateButton(nil, nil, "OK", "AREA", nil)
newbox.Append(okButton, false)
return newbox