diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index da4b0f9778..6b49f786d0 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -790,7 +790,7 @@ class DraftToolBar: self.resetPlaneButton.setText(translate("draft", "Auto")) self.resetPlaneButton.setToolTip(translate("draft", "Do not project points to a drawing plane")) self.isCopy.setText(translate("draft", "Copy")+" ("+inCommandShortcuts["Copy"][0]+")") - self.isCopy.setToolTip(translate("draft", "If checked, objects will be copied instead of moved")) + self.isCopy.setToolTip(translate("draft", "If checked, objects will be copied instead of moved. Preferences -> Draft -> Global copy mode to keep this mode in next commands")) self.SStringValue.setToolTip(translate("draft", "Text string to draw")) self.labelSString.setText(translate("draft", "String")) self.SSizeValue.setToolTip(translate("draft", "Height of text"))