SystemBrowser.st
changeset 17043 6185cc2147c2
parent 16893 9e4bc0a230d0
child 17056 20e4c1abbbcf
--- 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.