mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-29 19:38:22 +08:00
itemSubtypeToQString: fix typo.
This commit is contained in:
parent
5332242c47
commit
29db1412a1
@ -69,7 +69,7 @@ QString itemSubtypeToQString(const UINT8 type, const UINT8 subtype)
|
|||||||
case Types::Image:
|
case Types::Image:
|
||||||
if (subtype == Subtypes::IntelImage)
|
if (subtype == Subtypes::IntelImage)
|
||||||
return QObject::tr("Intel");
|
return QObject::tr("Intel");
|
||||||
else if (Subtypes::UefiImage)
|
else if (subtype == Subtypes::UefiImage)
|
||||||
return QObject::tr("UEFI");
|
return QObject::tr("UEFI");
|
||||||
else
|
else
|
||||||
return QObject::tr("Unknown subtype");
|
return QObject::tr("Unknown subtype");
|
||||||
|
Loading…
Reference in New Issue
Block a user