Version 0.18.9.1

- NonEmpty -> Nonempty
This commit is contained in:
Nikolaj Schlej 2014-11-02 11:30:32 +01:00
parent 28b985b1f1
commit 682bb37427

View file

@ -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: