#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 21 Nov 2017 13:16:14 +0100
changeset 17775 0bd37dc16a54
parent 17774 2f6cb1db3b8f
child 17776 51eebb4f66e0
#DOCUMENTATION by cg class: SystemBrowser class changed: #askForPackageChangeFrom:to:
SystemBrowser.st
--- a/SystemBrowser.st	Tue Nov 21 13:12:28 2017 +0100
+++ b/SystemBrowser.st	Tue Nov 21 13:16:14 2017 +0100
@@ -2565,7 +2565,7 @@
     box := OptionBox 
                 title:
 ('You are about to change a method from another (system-) package.
-The methods original packageID was ''%1''. 
+The method''s original packageID was ''%1''. 
 If you proceed, the new method will be marked as belonging
 to the ''%2'' package (and this warning will not be shown again).
 If you proceed with ''keep'', the new method will be installed
@@ -2596,7 +2596,7 @@
     ].
     ^ answer.
 
-    "Modified: / 28-02-2012 / 10:41:52 / cg"
+    "Modified: / 21-11-2017 / 13:09:11 / cg"
 !
 
 showNoneFound