Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
dd9b16c2
Commit
dd9b16c2
authored
Aug 27, 2013
by
Anton Stupak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace the description in the studio editing module.
parent
4cb78630
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
cms/djangoapps/contentstore/features/video-editor.py
+1
-1
common/lib/xmodule/xmodule/video_module.py
+3
-3
No files found.
cms/djangoapps/contentstore/features/video-editor.py
View file @
dd9b16c2
...
...
@@ -29,7 +29,7 @@ def correct_video_settings(_step):
[
'Download Track'
,
''
,
False
],
[
'Download Video'
,
''
,
False
],
[
'End Time'
,
'0'
,
False
],
[
'HTML5
Subtitles
'
,
''
,
False
],
[
'HTML5
Timed Transcript
'
,
''
,
False
],
[
'Show Captions'
,
'True'
,
False
],
[
'Start Time'
,
'0'
,
False
],
[
'Video Sources'
,
''
,
False
],
...
...
common/lib/xmodule/xmodule/video_module.py
View file @
dd9b16c2
...
...
@@ -104,14 +104,14 @@ class VideoFields(object):
default
=
[]
)
track
=
String
(
help
=
"The external URL to download the
subtitle
track. This appears as a link beneath the video."
,
help
=
"The external URL to download the
timed transcript
track. This appears as a link beneath the video."
,
display_name
=
"Download Track"
,
scope
=
Scope
.
settings
,
default
=
""
)
sub
=
String
(
help
=
"The name of the
subtitle
track (for non-Youtube videos)."
,
display_name
=
"HTML5
Subtitles
"
,
help
=
"The name of the
timed transcript
track (for non-Youtube videos)."
,
display_name
=
"HTML5
Timed Transcript
"
,
scope
=
Scope
.
settings
,
default
=
""
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment