[partition] <pre> formatting is block-oriented

This commit is contained in:
Adriaan de Groot 2022-02-01 14:54:49 +01:00
parent 45fff23499
commit f4720ae02c

View File

@ -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;
}