Perform extra initialization of this action's singleton.
PLEASE do not use constructors for this purpose!
protected void initialize () {
super.initialize ();
putProperty (Action.SHORT_DESCRIPTION, NbBundle.getMessage (ExecuteAction.class, "HINT_Action"));
}