mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 07:58:22 +08:00
Version 0.18.9.1
- NonEmpty -> Nonempty
This commit is contained in:
parent
28b985b1f1
commit
682bb37427
@ -75,7 +75,7 @@ QString itemSubtypeToQString(const UINT8 type, const UINT8 subtype)
|
|||||||
else if (subtype == Subtypes::OnePadding)
|
else if (subtype == Subtypes::OnePadding)
|
||||||
return QObject::tr("Empty(1)");
|
return QObject::tr("Empty(1)");
|
||||||
else if (subtype == Subtypes::DataPadding)
|
else if (subtype == Subtypes::DataPadding)
|
||||||
return QObject::tr("NonEmpty");
|
return QObject::tr("Nonempty");
|
||||||
else
|
else
|
||||||
return "";
|
return "";
|
||||||
case Types::Volume:
|
case Types::Volume:
|
||||||
|
Loading…
Reference in New Issue
Block a user