#UI_ENHANCEMENT by exept
authorClaus Gittinger <cg@exept.de>
Fri, 30 Aug 2019 11:57:08 +0200
changeset 19104 64e63da7d061
parent 19103 02664ef12af9
child 19105 ca83f54847e3
#UI_ENHANCEMENT by exept class: Tools::BreakpointService changed: #basicHelpTextAtLine:
Tools__BreakpointService.st
--- a/Tools__BreakpointService.st	Fri Aug 30 11:53:38 2019 +0200
+++ b/Tools__BreakpointService.st	Fri Aug 30 11:57:08 2019 +0200
@@ -484,9 +484,9 @@
         ^ 'Cannot add breakpoint when modified. Please accept first.'
     ].
     self singleClickToToggle ifTrue:[
-        ^ 'Click to toggle breakpoint.\With SHIFT for tracepoint.\\(Double click, if other info is shown here (lint info)'
+        ^ 'Click to toggle breakpoint.\For tracepoint, click with SHIFT pressed.\\(Double click, if other info is shown here (lint info)'
     ].
-    ^ 'Double click to toggle breakpoint.\With SHIFT for tracepoint.'
+    ^ 'Double click to toggle breakpoint.\For tracepoint, click with SHIFT pressed.'
 
     "Created: / 26-06-2019 / 19:50:56 / Claus Gittinger"
 !