From 682bb37427c7e0a32d4f896017cec4e2cb267bd3 Mon Sep 17 00:00:00 2001 From: Nikolaj Schlej Date: Sun, 2 Nov 2014 11:30:32 +0100 Subject: [PATCH] Version 0.18.9.1 - NonEmpty -> Nonempty --- types.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types.cpp b/types.cpp index dc0d4d2..52a700d 100644 --- a/types.cpp +++ b/types.cpp @@ -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: