diff --git a/src/modules/partition/gui/DeviceInfoWidget.cpp b/src/modules/partition/gui/DeviceInfoWidget.cpp index ed7d573cf..b1cb37917 100644 --- a/src/modules/partition/gui/DeviceInfoWidget.cpp +++ b/src/modules/partition/gui/DeviceInfoWidget.cpp @@ -104,17 +104,17 @@ DeviceInfoWidget::setPartitionTableType( PartitionTable::TableType type ) } - QString toolTipString = tr( "The selected storage device has a partition table of " - "type %1." ) + QString toolTipString = tr( "This device has a %1 partition " + "table." ) .arg( typeString ); switch ( type ) { case PartitionTable::loop: - toolTipString = tr( "The selected storage device is a loop " + toolTipString = tr( "This is a loop " "device.

" - "This is not an actual partition table, it is " - "a pseudo-device that makes a file accessible as a block device. " + "It is a pseudo-device with no partition table " + "that makes a file accessible as a block device. " "This kind of setup usually only contains a single filesystem." ); break; case PartitionTable::unknownTableType: