Fix typo:; partitons -> partitions

Many thanks in advance for reviewing.
This commit is contained in:
Yuri Chornoivan 2020-02-16 14:12:48 +02:00 committed by GitHub
parent 6d10c41aeb
commit ea82a26dae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,7 +648,7 @@ PartitionViewStep::checkRequirements()
{
QLatin1String( "partitions" ),
[]{ return tr( "has at least one disk device available." ); },
[]{ return tr( "There are no partitons to install on." ); },
[]{ return tr( "There are no partitions to install on." ); },
m_core->deviceModel()->rowCount() > 0, // satisfied
#ifdef DEBUG_PARTITION_UNSAFE
false // optional