diff --git a/cms/djangoapps/contentstore/features/transcripts.py b/cms/djangoapps/contentstore/features/transcripts.py index 4a864b6026..bf8827aba9 100644 --- a/cms/djangoapps/contentstore/features/transcripts.py +++ b/cms/djangoapps/contentstore/features/transcripts.py @@ -17,16 +17,16 @@ TEST_ROOT = settings.COMMON_TEST_DATA_ROOT DELAY = 0.5 ERROR_MESSAGES = { - 'url_format': u'Incorrect url format.', - 'file_type': u'Link types should be unique.', + 'url_format': u'Incorrect URL format.', + 'file_type': u'Video file types must be unique.', } STATUSES = { 'found': u'Timed Transcript Found', 'not found': u'No Timed Transcript', 'replace': u'Timed Transcript Conflict', - 'uploaded_successfully': u'Timed Transcript uploaded successfully', - 'use existing': u'Timed Transcript Not Updated', + 'uploaded_successfully': u'Timed Transcript Uploaded Successfully', + 'use existing': u'Confirm Timed Transcript', } SELECTORS = { @@ -39,11 +39,11 @@ SELECTORS = { # button type , button css selector, button message TRANSCRIPTS_BUTTONS = { - 'import': ('.setting-import', 'Import from YouTube'), - 'download_to_edit': ('.setting-download', 'Download to Edit'), - 'disabled_download_to_edit': ('.setting-download.is-disabled', 'Download to Edit'), + 'import': ('.setting-import', 'Import YouTube Transcript'), + 'download_to_edit': ('.setting-download', 'Download Transcript for Editing'), + 'disabled_download_to_edit': ('.setting-download.is-disabled', 'Download Transcript for Editing'), 'upload_new_timed_transcripts': ('.setting-upload', 'Upload New Timed Transcript'), - 'replace': ('.setting-replace', 'Yes, Replace EdX Timed Transcript with YouTube Timed Transcript'), + 'replace': ('.setting-replace', 'Yes, replace the edX transcript with the YouTube transcript'), 'choose': ('.setting-choose', 'Timed Transcript from {}'), 'use_existing': ('.setting-use-existing', 'Use Existing Timed Transcript'), } diff --git a/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore b/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore index dbea989211..312073ab69 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-choose.underscore @@ -4,9 +4,9 @@

- <%= gettext("The timed transcript for the first HTML5 source does not appear to be the same as the timed transcript for the second HTML5 source.") %> + <%= gettext("The timed transcript for the first video file does not appear to be the same as the timed transcript for the second video file.") %> - <%= gettext("Which one would you like to use?") %> + <%= gettext("Which timed transcript would you like to use?") %>

diff --git a/cms/templates/js/video/transcripts/messages/transcripts-found.underscore b/cms/templates/js/video/transcripts/messages/transcripts-found.underscore index 286063ed6a..f3ee565ff4 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-found.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-found.underscore @@ -1,16 +1,16 @@
<%= gettext("Timed Transcript Found") %>

-<%= gettext("We have a timed transcript on edX for this video. You can upload a new .srt file to replace it or download to edit.") %> +<%= gettext("EdX has a timed transcript for this video. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript. If you want to replace this transcript, upload a new .srt transcript file.") %>

- - "> - <%= gettext("Download to Edit") %> + "> + <%= gettext("Download Transcript for Editing") %>
diff --git a/cms/templates/js/video/transcripts/messages/transcripts-import.underscore b/cms/templates/js/video/transcripts/messages/transcripts-import.underscore index 5ea6e7b7d8..19f6c6c2c9 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-import.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-import.underscore @@ -1,16 +1,16 @@ -
<%= gettext("No Timed Transcript") %>
+
<%= gettext("No EdX Timed Transcript") %>

-<%= gettext("We don\'t have a timed transcript for this video on edX, but we found a transcript for this video on YouTube. Would you like to import it to edX?") %> +<%= gettext("EdX doesn\'t have a timed transcript for this video in Studio, but we found a transcript on YouTube. You can import the YouTube transcript or upload your own .srt transcript file.") %>

- -
diff --git a/cms/templates/js/video/transcripts/messages/transcripts-not-found.underscore b/cms/templates/js/video/transcripts/messages/transcripts-not-found.underscore index 4566b66338..f60b9a3dc6 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-not-found.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-not-found.underscore @@ -1,6 +1,6 @@
<%= gettext("No Timed Transcript") %>

-<%= gettext("We don\'t have a timed transcript for this video. Please upload a .srt file:") %> +<%= gettext("EdX doesn\'t have a timed transcript for this video. Please upload an .srt file.") %>

- <%= gettext("The timed transcript file on YouTube does not appear to be the same as the timed transcript file on edX.") %> + <%= gettext("The timed transcript for this video on edX is out of date, but YouTube has a current timed transcript for this video.") %> - <%= gettext("Would you like to replace the edX timed transcript with the ones from YouTube?") %> + <%= gettext("Do you want to replace the edX transcript with the YouTube transcript?") %>

@@ -19,11 +19,11 @@ class="action setting-replace" type="button" name="setting-replace" - value="<%= gettext("Yes, Replace EdX Timed Transcript with YouTube Timed Transcript") %>" - data-tooltip="<%= gettext("Yes, Replace EdX Timed Transcript with YouTube Timed Transcript") %>" + value="<%= gettext("Yes, replace the edX transcript with the YouTube transcript") %>" + data-tooltip="<%= gettext("Yes, replace the edX transcript with the YouTube transcript") %>" > - <%= gettext("Yes, Replace EdX Timed Transcript with YouTube Timed Transcript") %> + <%= gettext("Yes, replace the edX transcript with the YouTube transcript") %> diff --git a/cms/templates/js/video/transcripts/messages/transcripts-uploaded.underscore b/cms/templates/js/video/transcripts/messages/transcripts-uploaded.underscore index 9895d7fea8..ab7df88624 100644 --- a/cms/templates/js/video/transcripts/messages/transcripts-uploaded.underscore +++ b/cms/templates/js/video/transcripts/messages/transcripts-uploaded.underscore @@ -1,6 +1,6 @@ -
<%= gettext("Timed Transcript uploaded successfully") %>
+
<%= gettext("Timed Transcript Uploaded Successfully") %>

-<%= gettext("We have a timed transcript on edX for this video. You can upload a new .srt file to replace it or download to edit.") %> +<%= gettext("EdX has a timed transcript for this video. If you want to replace this transcript, upload a new .srt transcript file. If you want to edit this transcript, you can download, edit, and re-upload the existing transcript.") %>

- <%= gettext("Timed Transcript Not Updated") %> + <%= gettext("Confirm Timed Transcript") %>

- <%= gettext("You changed a video source, but did not update the timed transcript file. Do you want to upload new timed transcript?") %> + <%= gettext("You changed a video URL, but did not change the timed transcript file. Do you want to use the current timed transcript or upload a new .srt transcript file?") %>

@@ -18,11 +18,11 @@ class="action setting-use-existing" type="button" name="setting-use-existing" - value="<%= gettext("Use Existing Timed Transcript") %>" - data-tooltip="<%= gettext("Use Existing Timed Transcript") %>" + value="<%= gettext("Use Current Timed Transcript") %>" + data-tooltip="<%= gettext("Use Current Timed Transcript") %>" > - <%= gettext("Use Existing Timed Transcript") %> + <%= gettext("Use Current Timed Transcript") %>