Skip to content

Commit

Permalink
Spelling: D-Bus (#5838)
Browse files Browse the repository at this point in the history
  • Loading branch information
comradekingu authored and hatstand committed Aug 28, 2017
1 parent 050813b commit b89ccb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/udisks2lister.cpp
Expand Up @@ -73,7 +73,7 @@ QVariantMap Udisks2Lister::DeviceHardwareInfo(const QString& id) {
QVariantMap result;

const auto& data = device_data_[id];
result[QT_TR_NOOP("DBus path")] = data.dbus_path;
result[QT_TR_NOOP("D-Bus 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("Partition label")] = data.label;
Expand Down

0 comments on commit b89ccb0

Please sign in to comment.