make warning about time needed for closing device a little clearer

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1274507
This commit is contained in:
Volker Lanz 2012-01-18 14:19:05 +00:00
parent d80b35382f
commit 707b6ce42b
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ bool CopyFileSystemJob::run(Report& parent)
else
{
rval = copyBlocks(*report, copyTarget, copySource);
report->line() << i18nc("@info/plain", "Closing device. This may take a few seconds.");
report->line() << i18nc("@info/plain", "Closing device. This may take a while, especially on slow devices like Memory Sticks.");
}
}