From a5dc426cc81f907002a4d722ed5a71b5c2a0e2ae Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Thu, 10 Jul 2014 11:28:00 -0400 Subject: [PATCH] i18n LMS and Studio components of course handouts --- cms/templates/js/course_info_handouts.underscore | 14 ++++++++------ lms/templates/courseware/info.html | 4 ++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/cms/templates/js/course_info_handouts.underscore b/cms/templates/js/course_info_handouts.underscore index 6ce8518a32..16d48118da 100644 --- a/cms/templates/js/course_info_handouts.underscore +++ b/cms/templates/js/course_info_handouts.underscore @@ -1,20 +1,22 @@ -Edit +<%= gettext("Edit") %> -

Course Handouts

+

<%= gettext("Course Handouts") %>

<%if (model.get('data') != null) { %>
<% } else {%> -

${_("You have no handouts defined")}

+

<%= gettext("You have no handouts defined") %>

<% } %>
-
<%=gettext("There is invalid code in your content. Please check to make sure it is valid HTML.")%>
+
+ <%= gettext("There is invalid code in your content. Please check to make sure it is valid HTML.") %> +
diff --git a/lms/templates/courseware/info.html b/lms/templates/courseware/info.html index 0788817b2f..30470382c1 100644 --- a/lms/templates/courseware/info.html +++ b/lms/templates/courseware/info.html @@ -40,8 +40,8 @@ $(document).ready(function(){

${_("Course Updates & News")}

${get_course_info_section(request, course, 'updates')} -
-

${course.info_sidebar_name}

+
+

${_(course.info_sidebar_name)}

${get_course_info_section(request, course, 'handouts')}
% else: