drupal_set_message(t('The %view_mode mode now uses custom display settings. You might want to <a href="@url">configure them</a>.',array('%view_mode'=>$view_mode_label,'@url'=>url($path))));
@@ -77,7 +106,7 @@ public function submitForm(array &$form, array &$form_state) {
drupal_set_message(t('There was a problem removing the %field from the %type content type.',array('%field'=>$this->instance->label(),'%type'=>$bundle_label)),'error');