Draft: Fix tooltip typo and trimex task panel title

This commit is contained in:
marioalexis
2021-03-29 01:31:42 -03:00
parent 6c01302a19
commit cce80c6ba4

View File

@@ -751,7 +751,7 @@ class DraftToolBar:
self.finishButton.setToolTip(translate(
"draft", "Finishes the current drawing or editing operation"))
self.continueCmd.setToolTip(translate(
"draft", "If checked, command will not finish until you press"
"draft", "If checked, command will not finish until you press "
+ "the command button again"))
self.continueCmd.setText(translate(
"draft", "Continue") + " (" + inCommandShortcuts["Continue"][0] + ")")
@@ -1084,7 +1084,7 @@ class DraftToolBar:
self.chooserButton.hide()
def trimUi(self,title=translate("draft","Trim")):
def trimUi(self,title=translate("draft","Trimex")):
self.taskUi(title, icon="Draft_Trimex")
self.radiusUi()
self.labelRadius.setText(translate("draft","Distance"))