#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 16:29:15 +0100
changeset 17043 6185cc2147c2
parent 17042 b1028542e646
child 17044 a19aae81e70e
#DOCUMENTATION by cg class: SystemBrowser changed: #askForPackageChangeFrom:to:
SystemBrowser.st
--- a/SystemBrowser.st	Fri Nov 04 16:27:28 2016 +0100
+++ b/SystemBrowser.st	Fri Nov 04 16:29:15 2016 +0100
@@ -2531,7 +2531,7 @@
     box label:'Method redefinition'; image:(WarningBox iconBitmap).
     box yPosition:(box formLabel bottom max:box textLabel bottom).
     box addVerticalSpace:10.
-    chk := box addCheckBoxAtBottom:'Dont show this dialog again (never keep)' on:(notAgain := false asValue).
+    chk := box addCheckBoxAtBottom:'Don''t show this dialog again (never keep)' on:(notAgain := false asValue).
     box preferredExtent:(box preferredExtent + (0 @ chk preferredHeight) + (0@10)).
     box resize.
     box showAtPointer.