Skip to content

Commit

Permalink
[partition] Fix typo in debug message, reported by Kevin Kofler
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandegroot committed Oct 17, 2020
1 parent 4d3f20f commit 27dc81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/partition/gui/ChoicePage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1454,7 +1454,7 @@ ChoicePage::setupActions()

cWarning() << "Partition table" << PartitionTable::tableTypeToName( tableType )
<< "does not match the requirement " << m_requiredPartitionTableType.join( " or " )
<< ", ENABLING erease feature and DISABLING alongside, replace and manual features.";
<< ", ENABLING erase feature and DISABLING alongside, replace and manual features.";
m_eraseButton->show();
m_alongsideButton->hide();
m_replaceButton->hide();
Expand Down

0 comments on commit 27dc81f

Please sign in to comment.