Wrong Button caption. #PL-5070

This commit is contained in:
Konstantin Krivopustov 2015-03-18 12:57:03 +00:00
parent bc70692e34
commit b2cb744f5b

View File

@ -93,4 +93,9 @@ public class DeclarativeAction extends BaseAction {
}
}
}
@Override
public String getCaption() {
return caption;
}
}