changed: #bufferAddMenuSlice
authorClaus Gittinger <cg@exept.de>
Mon, 05 Nov 2012 11:42:39 +0100
changeset 12032 37dea732aec1
parent 12031 d36e19c23f23
child 12033 1fdd90e38903
changed: #bufferAddMenuSlice
WorkspaceApplication.st
--- a/WorkspaceApplication.st	Mon Nov 05 00:28:42 2012 +0100
+++ b/WorkspaceApplication.st	Mon Nov 05 11:42:39 2012 +0100
@@ -549,12 +549,12 @@
             isVisible: isWebBrowserAvailable
           )
          (MenuItem
-            label: 'Tea Timer'
+            label: 'Tea-Timer'
             itemValue: addTeaTimer
             translateLabel: true
           )
          (MenuItem
-            label: 'Stop Watch'
+            label: 'Stopwatch'
             itemValue: addStopWatch
             translateLabel: true
           )
@@ -3991,11 +3991,11 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.234 2012-11-04 21:44:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.235 2012-11-05 10:42:39 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.234 2012-11-04 21:44:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.235 2012-11-05 10:42:39 cg Exp $'
 !
 
 version_SVN