Skip to content

Commit

Permalink
Fixed other typo
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Mar 11, 2014
1 parent 1532ac4 commit 798acd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/ArchStairs.py
Expand Up @@ -57,7 +57,7 @@ def GetResources(self):
return {'Pixmap' : 'Arch_Stairs',
'MenuText': QtCore.QT_TRANSLATE_NOOP("Arch_Stairs","Stairs"),
'Accel': "S, R",
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Arch_Space","Creates a stairs objects")}
'ToolTip': QtCore.QT_TRANSLATE_NOOP("Arch_Space","Creates a stairs object")}

def Activated(self):
FreeCAD.ActiveDocument.openTransaction(translate("Arch","Create Stairs"))
Expand Down

0 comments on commit 798acd6

Please sign in to comment.