Skip to content

Commit

Permalink
Draft: Fixed small issue in translation
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Sep 1, 2015
1 parent e19e733 commit 4daf44b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/DraftTools.py
Expand Up @@ -4058,7 +4058,7 @@ class Draft2Sketch(Modifier):
def GetResources(self):
return {'Pixmap' : 'Draft_Draft2Sketch',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Draft_Draft2Sketch", "Draft to Sketch"),
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Draft_Shape2DView", "Convert bidirectionally between Draft and Sketch objects")}
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Draft_Shape2Sketch", "Convert bidirectionally between Draft and Sketch objects")}

def Activated(self):
Modifier.Activated(self)
Expand Down

0 comments on commit 4daf44b

Please sign in to comment.