From cc8636e17115d15750b38ec8e87b62f5ea51a250 Mon Sep 17 00:00:00 2001 From: Evan Su <48808396+HACKERALERT@users.noreply.github.com> Date: Fri, 28 Apr 2023 15:13:16 -0400 Subject: [PATCH] Change wording --- src/Picocrypt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."