#UI_ENHANCEMENT by bg
authorchzeiher
Thu, 10 Oct 2019 12:36:02 +0200
changeset 19211 46183169364d
parent 19210 d91693c0ebfd
child 19212 82eeb0340fac
#UI_ENHANCEMENT by bg class: SystemStatusMonitor class changed: #open
SystemStatusMonitor.st
--- a/SystemStatusMonitor.st	Thu Oct 10 12:32:22 2019 +0200
+++ b/SystemStatusMonitor.st	Thu Oct 10 12:36:02 2019 +0200
@@ -197,7 +197,7 @@
     menuPanel menu:menu.
 
     top extent:monitor preferredExtent.
-    top label:self defaultLabel.
+    top label:(self classResources string:self defaultLabel).
     top icon:self defaultIcon.
     top open.