l10n: Changed case of word
authorrakekniven <2069590+rakekniven@users.noreply.github.com>
Sat, 27 Nov 2021 15:52:15 +0000 (16:52 +0100)
committerMatthieu Gallien (Rebase PR Action) <matthieu_gallien@yahoo.fr>
Tue, 30 Nov 2021 11:52:46 +0000 (11:52 +0000)
Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
src/libsync/bulkpropagatorjob.cpp

index 06152026a66c776b973d2879c2acb0ccb634d771..6130bd7f73c74d248c58d1aae365831a4ac0328a 100644 (file)
@@ -268,7 +268,7 @@ void BulkPropagatorJob::slotStartUpload(SyncFileItemPtr item,
     const QString originalFilePath = propagator()->fullLocalPath(item->_file);
 
     if (!FileSystem::fileExists(fullFilePath)) {
-        return slotOnErrorStartFolderUnlock(item, SyncFileItem::SoftError, tr("File Removed (start upload) %1").arg(fullFilePath));
+        return slotOnErrorStartFolderUnlock(item, SyncFileItem::SoftError, tr("File removed (start upload) %1").arg(fullFilePath));
     }
     const time_t prevModtime = item->_modtime; // the _item value was set in PropagateUploadFile::start()
     // but a potential checksum calculation could have taken some time during which the file could