{
String newAttributeName = wizard.getAttributeDescription();
if ( newAttributeName != null && !"".equals( newAttributeName )
&& !newAttributeName.equals( values[0].getAttribute().getDescription() ) )
{
new RenameValuesJob( values[0].getAttribute().getEntry(), values, newAttributeName ).execute();
}
}
}