From 183a0f066b9386512647eda8b6e5a9810c6a071e Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Fri, 9 Jan 2015 20:46:07 -0200 Subject: [PATCH] Draft: Fixed typo - fixes #1907 --- src/Mod/Draft/DraftGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"))