mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
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:
parent
f6125157b0
commit
86176dcee0
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user