From 4bcff2260058e2f86a167f6719ffd21331994d91 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 25 Feb 2013 19:29:31 -0300 Subject: [PATCH] 0000966: Draft Workingplane tooltip --- src/Mod/Draft/DraftGui.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index 4f5de07c0b..3a3b90255f 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -466,6 +466,7 @@ class DraftToolBar: self.wipeButton.setToolTip(translate("draft", "Wipes the existing segments of this line and starts again from the last point (W)")) self.numFaces.setToolTip(translate("draft", "Number of sides")) self.offsetLabel.setText(translate("draft", "Offset")) + self.wplabel.setToolTip(translate("draft", "Set/unset a working plane")) self.xyButton.setText(translate("draft", "XY")) self.xyButton.setToolTip(translate("draft", "Select XY plane")) self.xzButton.setText(translate("draft", "XZ"))