|
@@ -1585,7 +1585,7 @@ class ItemPanel(wx.Panel):
|
|
|
label=" %s " % _("List of items - right-click to delete"))
|
|
|
|
|
|
self.list = ItemListCtrl(parent = self,
|
|
|
- columns = [_("Label"), _("In loop"), _("Parametrized"),
|
|
|
+ columns = [_("Label"), _("In loop"), _("Parameterized"),
|
|
|
_("Command")],
|
|
|
columnsNotEditable = [1, 2, 3],
|
|
|
frame = self.parent)
|