diff --git a/src/Mod/Draft/DraftGui.py b/src/Mod/Draft/DraftGui.py index 481f24fa3..8664d4b0d 100644 --- a/src/Mod/Draft/DraftGui.py +++ b/src/Mod/Draft/DraftGui.py @@ -587,7 +587,7 @@ class DraftToolBar: self.finishButton.setText(translate("draft", "&Finish")) 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.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.setText(translate("draft", "&OCC-style offset")) self.addButton.setToolTip(translate("draft", "Add points to the current object"))