Skip to content
Snippets Groups Projects
publish_label_change.module 152 B
Newer Older
<?php
function publish_label_change_form_alter(&$form, &$form_state, $form_id) {
 $form['status']['widget']['value']['#title'] = t('Page Published');
}