diff --git a/src/System.py b/src/System.py index 531cfe94..17cb35b2 100644 --- a/src/System.py +++ b/src/System.py @@ -227,7 +227,7 @@ def information_grid(self): self.gpu_vendor_model_label2 = Common.dynamic_information_label() # Label (Monitors) - label = Common.static_information_label(_tr("Monitors") + ":") + label = Common.static_information_label(_tr("Resolution") + ":") self.grid_hardware.attach(label, 0, 3, 1, 1) # Label (Monitors) self.monitors_label = Common.dynamic_information_label()