Add a partition role name for LVM logical volume.

This commit is contained in:
Andrius Štikonas 2017-09-15 12:50:05 +01:00
parent f1888f0d1c
commit 0d16e945c1
1 changed files with 3 additions and 0 deletions

View File

@ -40,5 +40,8 @@ QString PartitionRole::toString() const
if (roles() & Luks)
return xi18nc("@item partition role", "LUKS");
if (roles() & Luks)
return xi18nc("@item partition role", "LVM logical volume");
return xi18nc("@item partition role", "none");
}