Copy paste typo.

This commit is contained in:
Andrius Štikonas 2017-09-15 12:59:10 +01:00
parent 0d16e945c1
commit dff6086e64
1 changed files with 1 additions and 1 deletions

View File

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