Skip to content

Commit

Permalink
chore(i18n): Add trailing space to show them separated at Transifex.
Browse files Browse the repository at this point in the history
Reported at Transifex.

Signed-off-by: rakekniven <[email protected]>
  • Loading branch information
rakekniven authored and mgallien committed Aug 6, 2024
1 parent f612515 commit 86176dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/editlocallyjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 86176dc

Please sign in to comment.