Tools__NewSystemBrowser.st
changeset 9562 6fb2715e99c8
parent 9561 7a7a9b4d3576
child 9567 62a0cdebceaf
--- a/Tools__NewSystemBrowser.st	Wed Aug 25 10:18:26 2010 +0200
+++ b/Tools__NewSystemBrowser.st	Wed Aug 25 10:22:50 2010 +0200
@@ -260,85 +260,85 @@
 'The text-cursor''s column number'
 
 #lineLabel
-'The text-cursor''s line number. Double-click to change'
+'The text-cursor''s line number. Double-Click to change'
 
 #modeLabel
-'The editing mode (Insert vs. Overwrite). Right-click to change'
+'The editing mode (Insert vs. Overwrite). Right-Click to change'
 
 #packageInfoLabel
 'Package and revision info (for class or method)'
 
 #addBreakPoint
-'Add breakpoint on method'
+'Add Breakpoint on Method'
 
 #createBuffer
-'Add buffer'
+'Add Buffer'
 
 #removeBreakPoint
-'Remove breakpoint'
+'Remove Breakpoint'
 
 #recentlyChangedMethods
-'Recently changed methods'
+'Recently Changed Methods'
 
 #recentlyChangedClasses
-'Recently changed classes'
+'Recently Changed Classes'
 
 #recentChanges
-'Recently changed methods'
+'Recently Changed Methods'
 
 #recentVisits
-'Recently visited'
+'Recently Visited'
 
 #recentlyVisitedMethods
-'Recently visited methods'
+'Recently Visited Methods'
 
 #recentlyVisitedMethods
-'Visited methods'
+'Visited Methods'
 
 #executeSelectedClassMethod
-'Execute the selected class method. Show execution time and answer on the Transcript'
+'Execute the Selected Class Method. Show Execution Time and Answer on the Transcript'
 
 #launchSelectedApplication
-'Launch the selected application'
+'Launch the Selected Application'
 
 #runTestCases
-'Run selected testCase(s)'
+'Run Selected TestCase(s)'
 
 #runTestCasesWithDebug
-'Run selected testCase(s) with debugger enabled'
+'Run Selected TestCase(s) with Debugger enabled'
 
 #showCategories
-'Show class categories'
+'Show Class Categories'
 
 #showClassHierarchy
-'Show class inheritance'
+'Show Class Inheritance'
 
 #showInheritedMethods
-'Show inherited methods (except Object''s)'
+'Show Inherited Methods (except Object''s)'
 
 #doNotShowInheritedMethods
-'Do not show inherited methods'
+'Do not Show Inherited Methods'
 
 #searchClass
-'Search class'
+'Search Class'
 
 #searchClass
-'Search class'
+'Search Class'
 
 #gotoClassEntryField
-'Goto class'
+'Goto Class'
 
 #formatCode
-'Format code (PrettyPrint)'
+'Format Code (PrettyPrint)'
 
 #hideToolBar
-'Hide toolbar. Show again via the "View"-menu'
+'Hide Toolbar. Show again via the "View"-Menu'
 
 #redoOperation
-'Redo undone operation'
+'Redo undone Operation'
 
 #undoOperation
-'Undo operation'
+'Undo Operation'
 
 ).
 
@@ -355,7 +355,7 @@
     ].
     ^ spec.
 
-    "Modified: / 25-08-2010 / 10:17:53 / cg"
+    "Modified: / 25-08-2010 / 10:22:28 / cg"
 ! !
 
 !NewSystemBrowser class methodsFor:'image specs'!
@@ -44561,11 +44561,11 @@
 !NewSystemBrowser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1479 2010-08-25 08:18:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1480 2010-08-25 08:22:50 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1479 2010-08-25 08:18:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__NewSystemBrowser.st,v 1.1480 2010-08-25 08:22:50 cg Exp $'
 ! !
 
 NewSystemBrowser initialize!