Skip to content

Commit 7f93082

Browse files
authored
Merge pull request #3685 from GhostofGeeeee/FixTranslation
[Information] FixTranslation
2 parents 79b2822 + 269adaf commit 7f93082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/python/Screens/Information.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ def findPackageRevision(package, packageList):
13991399
if procModel != MODEL:
14001400
info.append(formatLine("P1", _("Proc model"), procModel))
14011401
procModelType = getBoxProcTypeName()
1402-
if procModelType and procModelType != "unknown":
1402+
if procModelType and procModelType != _("Unknown"):
14031403
info.append(formatLine("P1", _("Hardware type"), procModelType))
14041404
hwSerial = getHWSerial()
14051405
if hwSerial:

0 commit comments

Comments
 (0)