From 7dfd8181fa14a1c94c7070f3bd55a297a02a3e53 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Sat, 27 Nov 2021 16:52:15 +0100 Subject: [PATCH] l10n: Changed case of word Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/libsync/bulkpropagatorjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/bulkpropagatorjob.cpp b/src/libsync/bulkpropagatorjob.cpp index 06152026a..6130bd7f7 100644 --- a/src/libsync/bulkpropagatorjob.cpp +++ b/src/libsync/bulkpropagatorjob.cpp @@ -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 -- 2.30.2