menu
authorClaus Gittinger <cg@exept.de>
Thu, 11 Jul 2002 12:56:54 +0200
changeset 3710 07c3b3d5f941
parent 3709 28e378d7bf64
child 3711 11d3bf46d619
menu
WorkspaceApplication.st
--- a/WorkspaceApplication.st	Thu Jul 11 12:46:04 2002 +0200
+++ b/WorkspaceApplication.st	Thu Jul 11 12:56:54 2002 +0200
@@ -259,13 +259,13 @@
                   #enabled: #hasSelectionInActiveWorkspace
                 )
                #(#MenuItem
-                  #label: 'Browse Implementors of it'
+                  #label: 'Browse Implementors of It'
                   #translateLabel: true
                   #value: #browseImplementorsOfIt
                   #enabled: #hasSelectionInActiveWorkspace
                 )
                #(#MenuItem
-                  #label: 'Browse References to it'
+                  #label: 'Browse References to It'
                   #translateLabel: true
                   #value: #browseReferencesToIt
                   #enabled: #hasSelectionInActiveWorkspace
@@ -821,5 +821,5 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.30 2002-06-06 13:34:46 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.31 2002-07-11 10:56:54 cg Exp $'
 ! !