From 9a9ff725dd3d3c18bea29b8b44ee3e47d3e409d5 Mon Sep 17 00:00:00 2001 From: Abdullah Tahiri Date: Sat, 22 Apr 2023 15:19:09 +0200 Subject: [PATCH] Sketcher: Fix typo --- src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp b/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp index 5c61fde5f9..a8eb8aa183 100644 --- a/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp +++ b/src/Mod/Sketcher/Gui/TaskSketcherMessages.cpp @@ -117,7 +117,7 @@ void TaskSketcherMessages::updateToolTip(const QString& link) ui->labelConstrainStatusLink->setToolTip(tr("Click to select the redundant constraints.")); else if( link == QString::fromLatin1("#dofs")) - ui->labelConstrainStatusLink->setToolTip(tr("The sketch has unconstrained elements giving raise to those Degrees Of Freedom. Click to select the unconstrained elements.")); + ui->labelConstrainStatusLink->setToolTip(tr("The sketch has unconstrained elements giving rise to those Degrees Of Freedom. Click to select the unconstrained elements.")); else if( link == QString::fromLatin1("#malformed")) ui->labelConstrainStatusLink->setToolTip(tr("Click to select the malformed constraints."));