diff --git a/src/Picocrypt.go b/src/Picocrypt.go index 0c33b81..cd52131 100644 --- a/src/Picocrypt.go +++ b/src/Picocrypt.go @@ -623,7 +623,7 @@ func draw() { if !recursively { return startLabel } - return "Work" + return "Process" }()).Size(giu.Auto, 34).OnClick(func() { if keyfile && keyfiles == nil { mainStatus = "Please select your keyfiles."