Fix missing translation attr in groupbox widget

This commit is contained in:
Hadi Nategh 2013-12-20 12:47:49 +00:00
parent eabf6b2dbd
commit ae2049db28

View File

@ -46,7 +46,8 @@ var et2_groupbox_legend = et2_baseWidget.extend(
"name": "Label",
"type": "string",
"default": "",
"description": "Label for group box"
"description": "Label for group box",
"translate" : true
}
},