diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-17 12:41:33 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-17 12:41:33 +0530 |
commit | c2132e3e04247ef8d39540161be895a9ceec63fd (patch) | |
tree | 5002fcc29777790e39b12681989e70e0052fefe1 /modules | |
parent | 8ba51e62308276de5240e8ee3569e41f29c36ada (diff) | |
download | video-c2132e3e04247ef8d39540161be895a9ceec63fd.tar.gz video-c2132e3e04247ef8d39540161be895a9ceec63fd.tar.bz2 |
Adding node publish only conversion is completed.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/video_ui/video.admin.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/video_ui/video.admin.inc b/modules/video_ui/video.admin.inc index 11259e9..32fc5e8 100644 --- a/modules/video_ui/video.admin.inc +++ b/modules/video_ui/video.admin.inc @@ -80,8 +80,8 @@ function video_general_admin_settings() { '#type' => 'checkbox', '#title' => t('Publish when conversion complete'), '#default_value' => variable_get('video_publish_on_complete', TRUE), - '#description' => t('Initially un-publish till conversion complete and then - publish the node only when conversion complete and successful.') + '#description' => t('Un-publish the node on submit and once conversion complete + turn node in to publish.') ); return system_settings_form($form); } |