chore(i18n): Add trailing space to show them separated at Transifex.

Reported at Transifex.

Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com>
This commit is contained in:
rakekniven 2024-07-23 12:03:02 +02:00 committed by Matthieu Gallien
parent f6125157b0
commit 86176dcee0

View File

@ -50,7 +50,7 @@ void EditLocallyJob::startSetup()
const auto relPathSplit = _relPath.split(QLatin1Char('/'));
if (relPathSplit.isEmpty()) {
showError(tr("Could not find a file for local editing."
showError(tr("Could not find a file for local editing. "
"Make sure its path is valid and it is synced locally."), _relPath);
return;
}