From 14c097ff41e0410784aa1fdae7b4312ec70ff5e0 Mon Sep 17 00:00:00 2001 From: Heshan Date: Mon, 14 Mar 2011 20:58:44 +0530 Subject: Move common codes from the insert and update, and formate the helper thumbnails --- modules/video_ui/video.admin.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/video_ui/video.admin.inc b/modules/video_ui/video.admin.inc index e55e774..11259e9 100644 --- a/modules/video_ui/video.admin.inc +++ b/modules/video_ui/video.admin.inc @@ -60,19 +60,19 @@ function video_general_admin_settings() { ); $form['video_bypass_conversion'] = array( '#type' => 'checkbox', - '#title' => t('Bypass Video Conversion'), + '#title' => t('Bypass video conversion'), '#default_value' => variable_get('video_bypass_conversion', FALSE), '#description' => t('Bypass video conversion when creating videos.') ); $form['video_convert_on_save'] = array( '#type' => 'checkbox', - '#title' => t('Video Convert on Node Submit'), + '#title' => t('Video convert on node submit'), '#default_value' => variable_get('video_convert_on_save', FALSE), - '#description' => t('Convert videos on node submit.') + '#description' => t('Convert videos on node submit will enable by default for all users.') ); $form['video_use_default_thumb'] = array( '#type' => 'checkbox', - '#title' => t('Override Auto Thumbnails with Default'), + '#title' => t('Override video thumbnails with default thumbnail'), '#default_value' => variable_get('video_use_default_thumb', FALSE), '#description' => t('Override auto thumbnails with default thumbnail.') ); -- cgit v1.2.3