#UI_ENHANCEMENT by exept
authorClaus Gittinger <cg@exept.de>
Fri, 23 Aug 2019 01:53:31 +0200
changeset 6679 5036ddf57f20
parent 6678 050e2b35eb05
child 6680 dcc57d757c4c
#UI_ENHANCEMENT by exept class: Workspace changed: #error:position:to:from:asWarning:
Workspace.st
--- a/Workspace.st	Thu Aug 22 16:35:46 2019 +0200
+++ b/Workspace.st	Fri Aug 23 01:53:31 2019 +0200
@@ -1047,7 +1047,7 @@
             ] do:[
                 answer := OptionBox
                         request:aString
-                        buttonLabels:(resources array:#('Abort'  "'Keep Selected'" 'Continue'))
+                        buttonLabels:(resources array:#('Cancel'  "'Keep Selected'" 'Continue'))
                         values:#(false "#keepSelected" true)
                         default:(asWarning ifTrue:true ifFalse:false).
                 answer := answer ? false.   "/ if escaped