This commit is contained in:
John Maguire 2016-06-01 11:46:52 +01:00
parent b90fb73480
commit 6b90f69894
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ QVariantMap Udisks2Lister::DeviceHardwareInfo(const QString& id) {
result[QT_TR_NOOP("DBus path")] = data.dbus_path;
result[QT_TR_NOOP("Serial number")] = data.serial;
result[QT_TR_NOOP("Mount points")] = data.mount_paths.join(", ");
result[QT_TR_NOOP("Parition label")] = data.label;
result[QT_TR_NOOP("Partition label")] = data.label;
result[QT_TR_NOOP("UUID")] = data.uuid;
return result;