removed translation from property descriptions (wrong to do it there anyway) - issue #2524

This commit is contained in:
Yorik van Havre
2016-05-18 16:59:15 -03:00
parent 836d5b1525
commit e6dd3488ff
33 changed files with 243 additions and 244 deletions

View File

@@ -229,7 +229,7 @@ class _Building(ArchFloor._Floor):
"The Building object"
def __init__(self,obj):
ArchFloor._Floor.__init__(self,obj)
obj.addProperty("App::PropertyEnumeration","BuildingType","Arch",translate("Arch","The type of this building"))
obj.addProperty("App::PropertyEnumeration","BuildingType","Arch","The type of this building")
self.Type = "Building"
obj.setEditorMode('Height',2)
obj.BuildingType = BuildingTypes