Enumerated case will show the text associated with the enum PROVIDED there is only one definition. If you have more than one enum type wired to the case selectors, LV will throw up it hands and just show you the numeric values.
If you make the enum a type def and and only use that single type def to control the state transisions, the case will reflect the text associated with that single enum.
Ben