From 749a91f80a644bd7d2222309289c32a5bb728ef2 Mon Sep 17 00:00:00 2001
From: Fabio Varesano <fax8@13637.no-reply.drupal.org>
Date: Tue, 20 Jun 2006 21:23:24 +0000
Subject: Changed check_url to check_plain in _video_get_fileurl in order to
 make mms:// or rstp:// links usable.

Fixed some grammar errors on video_upload
Thanks Darryl (http://drupal.org/user/64435) for pointing this out.

Fixed an error on video_multidownload which generated a function
undefined error.

Moved some video_multidownload specific ssettings from video.module
to video_multidownload

Added global $user to video_access.
Thanks kungfoo (http://drupal.org/user/65090) for pointing this out.
---
 plugins/video_upload/video_upload.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'plugins/video_upload')

diff --git a/plugins/video_upload/video_upload.module b/plugins/video_upload/video_upload.module
index 832cf3f..34515a3 100644
--- a/plugins/video_upload/video_upload.module
+++ b/plugins/video_upload/video_upload.module
@@ -36,7 +36,7 @@ function video_upload_settings() {
   $form['video_upload_override_vidfile'] =  array(
     '#type' => 'checkbox',
     '#title' => t('override video file'),
-    '#description' => t('Check this if your users must only submit videos throught uploading. This disable path insertion.'),
+    '#description' => t('Check this if your users must only submit videos through uploading. This disables path insertion.'),
     '#default_value' => variable_get('video_upload_override_vidfile', false),
   );
   $form['video_upload_uploadable_extensions'] =  array(
-- 
cgit v1.2.3