Tools__Inspector2.st
changeset 12357 63073e1bf301
parent 11928 df7cfea75d78
child 12405 76f9a872362b
child 12515 a0fbafe08367
--- a/Tools__Inspector2.st	Fri Feb 01 14:07:21 2013 +0100
+++ b/Tools__Inspector2.st	Fri Feb 01 14:20:56 2013 +0100
@@ -417,7 +417,7 @@
            (Menu
               (
                (MenuItem
-                  label: 'Expand Arrays in All-List'
+                  label: 'Expand Arrays in "all xxx"-Lists'
                   itemValue: expandArraysInAllList:
                   translateLabel: true
                   indication: expandArraysInAllList
@@ -1020,7 +1020,7 @@
 !Inspector2::NavigationState class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $'
+    ^'$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.33 2013-02-01 13:20:56 cg Exp $'
 !
 
 version_SVN
@@ -1239,11 +1239,11 @@
 !Inspector2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.33 2013-02-01 13:20:56 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.32 2012-10-24 13:04:30 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__Inspector2.st,v 1.33 2013-02-01 13:20:56 cg Exp $'
 !
 
 version_CVS_jvrany
@@ -1254,4 +1254,5 @@
     ^ '§Id: Tools__Inspector2.st 7486 2009-10-26 22:06:24Z vranyj1 §'
 ! !
 
+
 Inspector2 initialize!