blob: 3c048c815c472cd194f362d80942a47cdfe799f0 [file] [log] [blame]
PublishStep publishStep = (PublishStep)object;
if (publishStep.getComponent() != null)
return getString("_UI_PublishStep_type") + " " + publishStep.getComponent().getId();
return super.getText(object);