mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
Version 0.18.9.1
- NonEmpty -> Nonempty
This commit is contained in:
parent
28b985b1f1
commit
682bb37427
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue