Merge pull request #1318 from yurchor/patch-2

[partition] Fix typo: partitons -> partitions
This commit is contained in:
Adriaan de Groot 2020-02-16 20:26:43 +01:00 committed by GitHub
commit d5f3e2e7d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -648,7 +648,7 @@ PartitionViewStep::checkRequirements()
{ {
QLatin1String( "partitions" ), QLatin1String( "partitions" ),
[]{ return tr( "has at least one disk device available." ); }, []{ 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 m_core->deviceModel()->rowCount() > 0, // satisfied
#ifdef DEBUG_PARTITION_UNSAFE #ifdef DEBUG_PARTITION_UNSAFE
false // optional false // optional