Sorry I can't believe I committed and pushed that

This commit is contained in:
Dion Moult
2019-01-28 23:04:24 +11:00
committed by Yorik van Havre
parent 40c5dbf15f
commit 7e7e298efb

View File

@@ -3214,7 +3214,7 @@ class Join(Modifier):
return {'Pixmap' : 'Draft_Upgrade',
'Accel' : "F, U",
'MenuText': QtCore.QT_TRANSLATE_NOOP("Draft_Join", "Join"),
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Draft_Join", "Does funky!")}
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Draft_Join", "Joins two wires together")}
def Activated(self):
Modifier.Activated(self,"Upgrade")