From 707b6ce42ba8d2794dda53fffdb4c7fe4ae1e05b Mon Sep 17 00:00:00 2001 From: Volker Lanz Date: Wed, 18 Jan 2012 14:19:05 +0000 Subject: [PATCH] make warning about time needed for closing device a little clearer svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=1274507 --- src/jobs/copyfilesystemjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jobs/copyfilesystemjob.cpp b/src/jobs/copyfilesystemjob.cpp index 8565a7e..dd52a7d 100644 --- a/src/jobs/copyfilesystemjob.cpp +++ b/src/jobs/copyfilesystemjob.cpp @@ -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."); } }