Crowdin: fix whitespace and typo in translation string

Fixes https://github.com/FreeCAD/FreeCAD-translations/issues/132
This commit is contained in:
luz paz
2022-05-07 19:47:48 -04:00
committed by Uwe
parent 1512bc02a6
commit d2e5b70049

View File

@@ -2484,8 +2484,8 @@ void ViewProviderLink::setupContextMenu(QMenu* menu, QObject* receiver, const ch
QAction *act = menu->addAction(
QObject::tr("Setup configurable object"));
act->setToolTip(QObject::tr(
"Select which object to copy or exclude when configuration changes."
"All external linked object are excluded by default."));
"Select which object to copy or exclude when configuration changes. "
"All external linked objects are excluded by default."));
act->setData(-1);
if (!func) func = new Gui::ActionFunction(menu);
func->trigger(act, [ext](){