From 86176dcee04628452bd0febb0f16f49f8a697eaa Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:03:02 +0200 Subject: [PATCH] chore(i18n): Add trailing space to show them separated at Transifex. Reported at Transifex. Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- src/gui/editlocallyjob.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/editlocallyjob.cpp b/src/gui/editlocallyjob.cpp index 7ec6b32532dc8..0cf1a51e40400 100644 --- a/src/gui/editlocallyjob.cpp +++ b/src/gui/editlocallyjob.cpp @@ -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; }