diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-05-18 09:45:01 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-05-18 09:45:01 +0000 |
commit | f2b6d3dca8ca9b1278aac2cc01937f1303c49ac1 (patch) | |
tree | 8121255744292df4c98b1b837fb03e21f037b015 /modules/node | |
parent | 04662d1328bf0dbc9e040f1cb6af064b1a89604d (diff) | |
download | brdo-f2b6d3dca8ca9b1278aac2cc01937f1303c49ac1.tar.gz brdo-f2b6d3dca8ca9b1278aac2cc01937f1303c49ac1.tar.bz2 |
- Patch #398068 by karschsp: renamed 'workflow settings' to 'publishing options'.
Diffstat (limited to 'modules/node')
-rw-r--r-- | modules/node/content_types.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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, ); |