[partition] <pre> formatting is block-oriented
This commit is contained in:
parent
45fff23499
commit
f4720ae02c
@ -96,7 +96,7 @@ bool validateMountPoint( const QString& mountPoint, const QStringList& inUse, QL
|
||||
}
|
||||
else if ( !mountPoint.isEmpty() && !mountPoint.startsWith( '/' ) )
|
||||
{
|
||||
msg = CreatePartitionDialog::tr( "Mountpoint must start with a <pre>/</pre>." );
|
||||
msg = CreatePartitionDialog::tr( "Mountpoint must start with a <tt>/</tt>." );
|
||||
ok = false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user