diff --git a/src/gui/partitionmanagerwidget.cpp b/src/gui/partitionmanagerwidget.cpp index aeb6d91..fb22219 100644 --- a/src/gui/partitionmanagerwidget.cpp +++ b/src/gui/partitionmanagerwidget.cpp @@ -667,7 +667,7 @@ bool PartitionManagerWidget::showInsertDialog(Partition& insertPartition, qint64 else KMessageBox::sorry(this, i18nc("@info", "It is not possible to create the target partition large enough to hold the source." - "This may happen if not all partitions on a device start and end on cylinder boundaries " + "This may happen if not all partitions on a device are correctly aligned " "or when copying a primary partition into an extended partition."), i18nc("@title:window", "Cannot Create Target Partition.")); return false;