Tools__NewSystemBrowser.st
changeset 19363 b3989a40c081
parent 19361 2b8b77167fe8
child 19364 1ca563ae96c7
--- a/Tools__NewSystemBrowser.st	Fri Dec 13 21:59:52 2019 +0100
+++ b/Tools__NewSystemBrowser.st	Sun Dec 15 14:52:22 2019 +0100
@@ -41385,7 +41385,7 @@
     box := ListSelectionBox new.
     box noEnterField.
     box list:processNames.
-    box label:(resources string:'process selection').
+    box label:(resources string:'Process selection').
     titlePart1 := resources string:(titleOrNil ? 'Stop if method is executed by process:').
     titlePart2 := resources string:'(current process is %1 ("%2"))'
                 with:(Processor activeProcess id)