aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2009-06-24 18:16:17 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2009-06-24 18:16:17 +0000
commitb7ed9078da3bdb6d5f20c0e0f34ed400f8a07960 (patch)
treeb91923bb8a95712138133c2bf0c1ae7d2be9b4dc
parenta2e889645f2438638b99572b956513745615cbc3 (diff)
downloadvideo-b7ed9078da3bdb6d5f20c0e0f34ed400f8a07960.tar.gz
video-b7ed9078da3bdb6d5f20c0e0f34ed400f8a07960.tar.bz2
update help links in ffmpeghelper module
-rw-r--r--plugins/video_ffmpeg_helper/video_ffmpeg_helper.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
index 45e82d3..6a4979a 100644
--- a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
+++ b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
@@ -152,7 +152,7 @@ function video_ffmpeg_helper_admin_settings() {
$form['autoconv']['video_ffmpeg_helper_auto_conversion'] = array(
'#type' => 'checkbox',
'#title' => t('Auto conversion for videos'),
- '#description' => t('If set up correctly, this will auto-convert each uploaded video to the configured format.') . '<br />' . t("IMPORTANT: you will need the video_render.php correctly configured and run by cron. See README.txt in the video_ffmpeg_helper folder for more informations."),
+ '#description' => t('If set up correctly, this will auto-convert each uploaded video to the configured format.') . '<br />' . t("IMPORTANT: you will need the video_render.php correctly configured and run by cron. See README.txt in the video_ffmpeg_helper folder or <a title='User Guide' href='http://video.heidisoft.com/docs/users-guide-26'>click here</a> for more informations."),
'#default_value' => variable_get('video_ffmpeg_helper_auto_conversion', false),
);
$form['autoconv']['video_ffmpeg_helper_auto_cvr_width'] = array(