Draft: Fixed typo - fixes #1907

This commit is contained in:
Yorik van Havre 2015-01-09 20:46:07 -02:00
parent 02eecc4fd7
commit 183a0f066b

View File

@ -587,7 +587,7 @@ class DraftToolBar:
self.finishButton.setText(translate("draft", "&Finish")) self.finishButton.setText(translate("draft", "&Finish"))
self.finishButton.setToolTip(translate("draft", "Finishes the current drawing or editing operation (F)")) self.finishButton.setToolTip(translate("draft", "Finishes the current drawing or editing operation (F)"))
self.continueCmd.setToolTip(translate("draft", "If checked, command will not finish until you press the command button again")) self.continueCmd.setToolTip(translate("draft", "If checked, command will not finish until you press the command button again"))
self.continueCmd.setText(translate("draft", "&Continue")) self.continueCmd.setText(translate("draft", "Con&tinue"))
self.occOffset.setToolTip(translate("draft", "If checked, an OCC-style offset will be performed instead of the classic offset")) self.occOffset.setToolTip(translate("draft", "If checked, an OCC-style offset will be performed instead of the classic offset"))
self.occOffset.setText(translate("draft", "&OCC-style offset")) self.occOffset.setText(translate("draft", "&OCC-style offset"))
self.addButton.setToolTip(translate("draft", "Add points to the current object")) self.addButton.setToolTip(translate("draft", "Add points to the current object"))