Variable Action._label

label to show in UI

class Action
{
  // ...
  UIString _label;
  // ...
}