Skip to content

Commit

Permalink
Added space between sentences
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Ariño Muñoz <[email protected]>
  • Loading branch information
Pabarino authored and claucambra committed Feb 24, 2025
1 parent e11bc82 commit c40c6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/macOS/fileprovidereditlocallyjob.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ void FileProviderEditLocallyJob::start()

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 c40c6b3

Please sign in to comment.