Fixup strings.
This commit is contained in:
parent
30351d125a
commit
2f9a45b3a7
@ -104,17 +104,17 @@ DeviceInfoWidget::setPartitionTableType( PartitionTable::TableType type )
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
QString toolTipString = tr( "The selected storage device has a partition table of "
|
QString toolTipString = tr( "This device has a <strong>%1</strong> partition "
|
||||||
"type <strong>%1</strong>." )
|
"table." )
|
||||||
.arg( typeString );
|
.arg( typeString );
|
||||||
|
|
||||||
switch ( type )
|
switch ( type )
|
||||||
{
|
{
|
||||||
case PartitionTable::loop:
|
case PartitionTable::loop:
|
||||||
toolTipString = tr( "The selected storage device is a <strong>loop</strong> "
|
toolTipString = tr( "This is a <strong>loop</strong> "
|
||||||
"device.<br><br>"
|
"device.<br><br>"
|
||||||
"This is not an actual partition table, it is "
|
"It is a pseudo-device with no partition table "
|
||||||
"a pseudo-device that makes a file accessible as a block device. "
|
"that makes a file accessible as a block device. "
|
||||||
"This kind of setup usually only contains a single filesystem." );
|
"This kind of setup usually only contains a single filesystem." );
|
||||||
break;
|
break;
|
||||||
case PartitionTable::unknownTableType:
|
case PartitionTable::unknownTableType:
|
||||||
|
Loading…
Reference in New Issue
Block a user