aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-14 20:58:44 +0530
committerHeshan <heshan@heidisoft.com>2011-03-14 20:58:44 +0530
commit14c097ff41e0410784aa1fdae7b4312ec70ff5e0 (patch)
tree6a7f7ab3c6abe600ad320dbbfc7cf3c49ec95570 /modules
parent0d300315ee1144b50bdf666f364cd02dceb2e5cf (diff)
downloadvideo-14c097ff41e0410784aa1fdae7b4312ec70ff5e0.tar.gz
video-14c097ff41e0410784aa1fdae7b4312ec70ff5e0.tar.bz2
Move common codes from the insert and update, and formate the helper thumbnails
Diffstat (limited to 'modules')
-rw-r--r--modules/video_ui/video.admin.inc8
1 files changed, 4 insertions, 4 deletions
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.')
);