Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hakandundar34coding committed Sep 17, 2023
1 parent 91ee98b commit 6db4842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/System.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 6db4842

Please sign in to comment.