removed translation from property descriptions (wrong to do it there anyway) - issue #2524
This commit is contained in:
@@ -618,15 +618,15 @@ class _Window(ArchComponent.Component):
|
||||
"The Window object"
|
||||
def __init__(self,obj):
|
||||
ArchComponent.Component.__init__(self,obj)
|
||||
obj.addProperty("App::PropertyStringList","WindowParts","Arch",translate("Arch","the components of this window"))
|
||||
obj.addProperty("App::PropertyLength","HoleDepth","Arch",translate("Arch","The depth of the hole that this window makes in its host object. Keep 0 for automatic."))
|
||||
obj.addProperty("App::PropertyLink","Subvolume","Arch",translate("Arch","an optional object that defines a volume to be subtracted from hosts of this window"))
|
||||
obj.addProperty("App::PropertyLength","Width","Arch",translate("Arch","The width of this window (for preset windows only)"))
|
||||
obj.addProperty("App::PropertyLength","Height","Arch",translate("Arch","The height of this window (for preset windows only)"))
|
||||
obj.addProperty("App::PropertyVector","Normal","Arch",translate("Arch","The normal direction of this window"))
|
||||
obj.addProperty("App::PropertyStringList","WindowParts","Arch","the components of this window")
|
||||
obj.addProperty("App::PropertyLength","HoleDepth","Arch","The depth of the hole that this window makes in its host object. Keep 0 for automatic.")
|
||||
obj.addProperty("App::PropertyLink","Subvolume","Arch","an optional object that defines a volume to be subtracted from hosts of this window")
|
||||
obj.addProperty("App::PropertyLength","Width","Arch","The width of this window (for preset windows only)")
|
||||
obj.addProperty("App::PropertyLength","Height","Arch","The height of this window (for preset windows only)")
|
||||
obj.addProperty("App::PropertyVector","Normal","Arch","The normal direction of this window")
|
||||
obj.addProperty("App::PropertyInteger","Preset","Arch","")
|
||||
obj.addProperty("App::PropertyLink","PanelMaterial","Material",translate("Arch","A material for this object"))
|
||||
obj.addProperty("App::PropertyLink","GlassMaterial","Material",translate("Arch","A material for this object"))
|
||||
obj.addProperty("App::PropertyLink","PanelMaterial","Material","A material for this object")
|
||||
obj.addProperty("App::PropertyLink","GlassMaterial","Material","A material for this object")
|
||||
obj.setEditorMode("Preset",2)
|
||||
|
||||
self.Type = "Window"
|
||||
|
||||
Reference in New Issue
Block a user