ContextInspectorView.st
changeset 10437 27f70bcbf968
parent 9588 dc38e81ec660
child 11513 79e2c470f26f
child 12123 4bde08cebd48
--- a/ContextInspectorView.st	Wed Aug 03 15:07:58 2011 +0200
+++ b/ContextInspectorView.st	Wed Aug 03 15:08:24 2011 +0200
@@ -400,12 +400,12 @@
         do:[
             (sel isBlock or:[sel isContext]) ifTrue:[
                 items := items , #(
-                               ('Browse Blocks Home'           #browseHome)
+                               ('Browse Block''s Home'           #browseHome)
                       ).
             ].
             (sel isMethod) ifTrue:[
                 items := items , #(
-                               ('Browse Methods Class'         #browseMethodsClass)
+                               ('Browse Method''s Class'         #browseMethodsClass)
                          ).
             ].
         ].
@@ -445,7 +445,7 @@
     ].
     ^ m
 
-    "Modified: / 09-02-2007 / 16:11:40 / cg"
+    "Modified: / 03-08-2011 / 15:02:49 / cg"
 ! !
 
 !ContextInspectorView methodsFor:'private'!
@@ -655,9 +655,9 @@
 !ContextInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.74 2010-10-22 10:37:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.75 2011-08-03 13:08:24 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.74 2010-10-22 10:37:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/ContextInspectorView.st,v 1.75 2011-08-03 13:08:24 cg Exp $'
 ! !