wording fix

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1102031
This commit is contained in:
Volker Lanz 2010-03-11 16:45:59 +00:00
parent f2f55e00fa
commit 54def83c4e
1 changed files with 1 additions and 1 deletions

View File

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