DebugView.st
changeset 13415 3ed3e30cbf8e
parent 13414 91c34e5eaf4e
child 13416 42dde7fc4713
--- a/DebugView.st	Fri Aug 30 14:37:02 2013 +0200
+++ b/DebugView.st	Fri Aug 30 14:38:07 2013 +0200
@@ -4122,7 +4122,7 @@
     ].
 
     mthd source notEmptyOrNil ifTrue:[
-        (Dialog confirm:'Block''s home method is (no longer) present in any class.\Do you want to browse the method instead?' withCRs)
+        (Dialog confirm:'Block''s home method is (no longer) present in any class.\Do you want to see the method anyway?' withCRs)
         ifTrue:[
             UserPreferences current systemBrowserClass 
                 browseMethods:{ mthd } title:'Unbound Method' sort:false
@@ -8887,15 +8887,15 @@
 !DebugView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.625 2013-08-30 12:37:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.626 2013-08-30 12:38:07 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.625 2013-08-30 12:37:02 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DebugView.st,v 1.626 2013-08-30 12:38:07 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: DebugView.st,v 1.625 2013-08-30 12:37:02 cg Exp $'
+    ^ '$Id: DebugView.st,v 1.626 2013-08-30 12:38:07 cg Exp $'
 ! !