Reduce width of information text in the copy-to-drive job.
authorCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 22:07:46 +0000 (00:07 +0200)
committerCarl Hetherington <cth@carlh.net>
Thu, 6 Aug 2020 22:07:46 +0000 (00:07 +0200)
src/lib/copy_to_drive_job.cc

index 0fb41f85642cb3a6fa26929376c4080f2ad51adb..f78d3d3c511b5b8d6f830cefe11a5733635a538d 100644 (file)
@@ -53,7 +53,7 @@ CopyToDriveJob::CopyToDriveJob (boost::filesystem::path dcp, Drive drive, Nanoms
 string
 CopyToDriveJob::name () const
 {
-       return String::compose (_("Copying %1 to %2"), _dcp.filename().string(), _drive.description());
+       return String::compose (_("Copying %1\nto %2"), _dcp.filename().string(), _drive.description());
 }
 
 string