Sketcher: Remove trailing spaces from translations

This commit is contained in:
Chris Hennes
2024-03-12 22:41:00 -05:00
parent ee77b586b2
commit d9fc266772
2 changed files with 6 additions and 6 deletions

View File

@@ -1538,7 +1538,7 @@ void TaskSketcherConstraints::change3DViewVisibilityToTrackFilter()
Gui::Command::abortCommand();
Gui::TranslatedUserError(
sketch, tr("Error"), tr("Impossible to update visibility tracking: "));
sketch, tr("Error"), tr("Impossible to update visibility tracking:") + QLatin1String(" "));
return false;
}