We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79b2822 + 269adaf commit 7f93082Copy full SHA for 7f93082
lib/python/Screens/Information.py
@@ -1399,7 +1399,7 @@ def findPackageRevision(package, packageList):
1399
if procModel != MODEL:
1400
info.append(formatLine("P1", _("Proc model"), procModel))
1401
procModelType = getBoxProcTypeName()
1402
- if procModelType and procModelType != "unknown":
+ if procModelType and procModelType != _("Unknown"):
1403
info.append(formatLine("P1", _("Hardware type"), procModelType))
1404
hwSerial = getHWSerial()
1405
if hwSerial:
0 commit comments