From d2e5b70049bd2cc70de6062b85f20e5480c8440a Mon Sep 17 00:00:00 2001 From: luz paz Date: Sat, 7 May 2022 19:47:48 -0400 Subject: [PATCH] Crowdin: fix whitespace and typo in translation string Fixes https://github.com/FreeCAD/FreeCAD-translations/issues/132 --- src/Gui/ViewProviderLink.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/ViewProviderLink.cpp b/src/Gui/ViewProviderLink.cpp index ec6cb910eb..09add91f3c 100644 --- a/src/Gui/ViewProviderLink.cpp +++ b/src/Gui/ViewProviderLink.cpp @@ -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](){