From f2b6d3dca8ca9b1278aac2cc01937f1303c49ac1 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 18 May 2009 09:45:01 +0000 Subject: - Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing options'. --- modules/node/content_types.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/content_types.inc b/modules/node/content_types.inc index 79480db6b..5f4ff57a5 100644 --- a/modules/node/content_types.inc +++ b/modules/node/content_types.inc @@ -143,7 +143,7 @@ function node_type_form(&$form_state, $type = NULL) { ); $form['workflow'] = array( '#type' => 'fieldset', - '#title' => t('Workflow settings'), + '#title' => t('Publishing options'), '#collapsible' => TRUE, '#collapsed' => TRUE, ); -- cgit v1.2.3