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
17e87f87
Commit
17e87f87
authored
Sep 11, 2017
by
Mushtaq Ali
Committed by
muzaffaryousaf
Oct 16, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change transcript status text - EDUCATOR-1324
parent
9d156c04
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
cms/djangoapps/contentstore/views/videos.py
+2
-2
No files found.
cms/djangoapps/contentstore/views/videos.py
View file @
17e87f87
...
@@ -109,7 +109,7 @@ class StatusDisplayStrings(object):
...
@@ -109,7 +109,7 @@ class StatusDisplayStrings(object):
# Translators: This is the status for a video that is having its transcription in progress on servers
# Translators: This is the status for a video that is having its transcription in progress on servers
_TRANSCRIPTION_IN_PROGRESS
=
ugettext_noop
(
"Transcription in Progress"
)
_TRANSCRIPTION_IN_PROGRESS
=
ugettext_noop
(
"Transcription in Progress"
)
# Translators: This is the status for a video whose transcription is complete
# Translators: This is the status for a video whose transcription is complete
_TRANSCRIPT
ION_READY
=
ugettext_noop
(
"Transcription
Ready"
)
_TRANSCRIPT
_READY
=
ugettext_noop
(
"Transcript
Ready"
)
_STATUS_MAP
=
{
_STATUS_MAP
=
{
"upload"
:
_UPLOADING
,
"upload"
:
_UPLOADING
,
...
@@ -129,7 +129,7 @@ class StatusDisplayStrings(object):
...
@@ -129,7 +129,7 @@ class StatusDisplayStrings(object):
"invalid_token"
:
_INVALID_TOKEN
,
"invalid_token"
:
_INVALID_TOKEN
,
"imported"
:
_IMPORTED
,
"imported"
:
_IMPORTED
,
"transcription_in_progress"
:
_TRANSCRIPTION_IN_PROGRESS
,
"transcription_in_progress"
:
_TRANSCRIPTION_IN_PROGRESS
,
"transcription_ready"
:
_TRANSCRIPT
ION
_READY
,
"transcription_ready"
:
_TRANSCRIPT_READY
,
}
}
@staticmethod
@staticmethod
...
...
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