mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-21 23:48: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)
|
||||
return QObject::tr("Empty(1)");
|
||||
else if (subtype == Subtypes::DataPadding)
|
||||
return QObject::tr("NonEmpty");
|
||||
return QObject::tr("Nonempty");
|
||||
else
|
||||
return "";
|
||||
case Types::Volume:
|
||||
|
Loading…
Reference in New Issue
Block a user