removed translation from property descriptions (wrong to do it there anyway) - issue #2524
This commit is contained in:
@@ -41,7 +41,7 @@ class ObjectPathCopy:
|
||||
|
||||
|
||||
def __init__(self,obj):
|
||||
obj.addProperty("App::PropertyLink","Base","Path",translate("PathCopy","The path to be copied"))
|
||||
obj.addProperty("App::PropertyLink","Base","Path","The path to be copied")
|
||||
obj.Proxy = self
|
||||
|
||||
def __getstate__(self):
|
||||
|
||||
Reference in New Issue
Block a user