From bca2adba037f3f3c8d80eadd07d0894b56e37a21 Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 3 Oct 2019 16:48:01 +0300 Subject: [PATCH] Issue #3038: Add tooltip --- src/PartSet/PartSet_WidgetSketchLabel.cpp | 1 + src/PartSet/PartSet_msg_fr.ts | 11 ++++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index 44e3514b7..ae937d345 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -174,6 +174,7 @@ myIsSelection(false) aLayout->addWidget(myShowPoints); myAutoConstraints = new QCheckBox(tr("Automatic constraints"), this); + myAutoConstraints->setToolTip(tr("Automatic vertical and horizontal constraints")); connect(myAutoConstraints, SIGNAL(toggled(bool)), this, SIGNAL(autoConstraints(bool))); aLayout->addWidget(myAutoConstraints); diff --git a/src/PartSet/PartSet_msg_fr.ts b/src/PartSet/PartSet_msg_fr.ts index 34195fb35..3d69726d3 100644 --- a/src/PartSet/PartSet_msg_fr.ts +++ b/src/PartSet/PartSet_msg_fr.ts @@ -119,17 +119,22 @@ Erreur : %1 Contraintes automatiques - + + Automatic vertical and horizontal constraints + Automatique des contraintes verticales et horizontales + + + Change sketch plane Changer le plan d'esquisse - + Sketch is fully fixed (DoF = 0) L'esquisse est entièrement fixée (DdL = 0) - + DoF (degrees of freedom) = DdL (degrés de liberté) = -- 2.39.2