summaryrefslogtreecommitdiff
path: root/area.go
diff options
context:
space:
mode:
Diffstat (limited to 'area.go')
-rw-r--r--area.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/area.go b/area.go
index 2c48cc9..c051a46 100644
--- a/area.go
+++ b/area.go
@@ -14,7 +14,7 @@ func areaClick(a int, b string) {
func makeSplashArea(custom func(int, string)) *ui.Area {
// make this button just to get the default font (but don't display the button)
// There should be another way to do this (?)
- Data.fontButton = CreateFontButton("SplashFont", "CLOSE", custom)
+ Data.fontButton = CreateFontButton("SplashFont", "DONE", custom)
makeAttributedString()
Data.splashArea = ui.NewArea(myAH)