Draft: Make featureName attribute translation-independent
The translation for the task panel title is done in the Ui method call
This commit is contained in:
@@ -68,7 +68,7 @@ class Join(gui_base_original.Modifier):
|
||||
|
||||
def Activated(self):
|
||||
"""Execute when the command is called."""
|
||||
super(Join, self).Activated(name=translate("draft","Join"))
|
||||
super(Join, self).Activated(name="Join")
|
||||
if not self.ui:
|
||||
return
|
||||
if not Gui.Selection.getSelection():
|
||||
|
||||
Reference in New Issue
Block a user