Skip to content

Commit

Permalink
l10n: Change to a capital letter
Browse files Browse the repository at this point in the history
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
  • Loading branch information
Valdnet authored and rakekniven committed Sep 24, 2022
1 parent d4ec5a6 commit 5ff3c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libsync/propagatorjobs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@ void PropagateLocalRename::start()

SyncJournalFileRecord oldRecord;
if (!propagator()->_journal->getFileRecord(_item->_originalFile, &oldRecord)) {
qCWarning(lcPropagateLocalRename) << "could not get file from local DB" << _item->_originalFile;
done(SyncFileItem::NormalError, tr("could not get file %1 from local DB").arg(_item->_originalFile));
qCWarning(lcPropagateLocalRename) << "Could not get file from local DB" << _item->_originalFile;
done(SyncFileItem::NormalError, tr("Could not get file %1 from local DB").arg(_item->_originalFile));
return;
}
if (!propagator()->_journal->deleteFileRecord(_item->_originalFile)) {
Expand Down

0 comments on commit 5ff3c4b

Please sign in to comment.