Fixed other typo

This commit is contained in:
Yorik van Havre 2014-03-11 14:44:37 -03:00
parent 1532ac44d3
commit 798acd63d4

View File

@ -57,7 +57,7 @@ class _CommandStairs:
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"))