Tools__NewSystemBrowser.st
changeset 18886 de46e21a634e
parent 18881 18f101ba7130
child 18891 a1a8f0c6fd85
--- a/Tools__NewSystemBrowser.st	Thu Jul 11 16:49:03 2019 +0200
+++ b/Tools__NewSystemBrowser.st	Thu Jul 11 16:50:18 2019 +0200
@@ -6471,7 +6471,7 @@
                   showBusyCursorWhilePerforming: true
                 )
                (MenuItem
-                  label: 'With Todo (Under Construction) )Annotation...'
+                  label: 'With Todo ("Under Construction" Annotation)...'
                   itemValue: browseMenuMethodsWithTodoAnnotation
                   showBusyCursorWhilePerforming: true
                 )
@@ -6494,7 +6494,7 @@
                   showBusyCursorWhilePerforming: true
                 )
                (MenuItem
-                  label: 'Deprecated'
+                  label: 'Deprecated ("Obsolete" Annotation)...'
                   itemValue: browseMenuDeprecatedMethods
                   showBusyCursorWhilePerforming: true
                 )
@@ -6502,22 +6502,22 @@
                   label: '-'
                 )
                (MenuItem
-                  label: 'With Exception Handlers'
+                  label: 'With Exception Handlers...'
                   itemValue: browseMenuMethodsWithExceptionHandlers
                   showBusyCursorWhilePerforming: true
                 )
                (MenuItem
-                  label: 'With Exception Raisers'
+                  label: 'With Exception Raisers...'
                   itemValue: browseMenuMethodsWithExceptionRaisers
                   showBusyCursorWhilePerforming: true
                 )
                (MenuItem
-                  label: 'With Primitive Code'
+                  label: 'With Primitive Code...'
                   itemValue: browseMenuMethodsWithPrimitiveCode
                   showBusyCursorWhilePerforming: true
                 )
                (MenuItem
-                  label: 'With External Function Call (FFI)'
+                  label: 'With External Function Call (FFI)...'
                   itemValue: browseMenuMethodsWithExternalFunctionCalls
                   showBusyCursorWhilePerforming: true
                 )