From 22d17a21eccd87367322b57fd3ef6a623f481edb Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Fri, 9 May 2014 15:25:56 -0400 Subject: [PATCH] Remove unicode character inserted into video_xfields --- common/lib/xmodule/xmodule/video_module/video_xfields.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/lib/xmodule/xmodule/video_module/video_xfields.py b/common/lib/xmodule/xmodule/video_module/video_xfields.py index 40332aae01..a4ff2acf07 100644 --- a/common/lib/xmodule/xmodule/video_module/video_xfields.py +++ b/common/lib/xmodule/xmodule/video_module/video_xfields.py @@ -79,7 +79,7 @@ class VideoFields(object): default=False ) html5_sources = List( - help="The URL or URLs where you’ve posted non-YouTube versions of the video. Each URL must end in .mpeg, .mp4, .ogg, or .webm and cannot be a YouTube URL. Students will be able to view the first listed video that's compatible with the student's computer. To allow students to download these videos, set Video Download Allowed to True.", + help="The URL or URLs where you've posted non-YouTube versions of the video. Each URL must end in .mpeg, .mp4, .ogg, or .webm and cannot be a YouTube URL. Students will be able to view the first listed video that's compatible with the student's computer. To allow students to download these videos, set Video Download Allowed to True.", display_name="Video File URLs", scope=Scope.settings, )