From 81a8bc39f6b69066b3657f98142d81d4b34baf00 Mon Sep 17 00:00:00 2001 From: Sarina Canelake Date: Tue, 6 May 2014 07:52:02 -0400 Subject: [PATCH] Clarify strings for i18n --- .../instructor/instructor_dashboard_2/extensions.html | 11 ++++++----- lms/templates/sysadmin_dashboard.html | 9 ++++++--- lms/templates/sysadmin_dashboard_gitlogs.html | 7 ++++++- .../midcourse_reverification_confirmation.html | 1 + 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/lms/templates/instructor/instructor_dashboard_2/extensions.html b/lms/templates/instructor/instructor_dashboard_2/extensions.html index e583148e93..3b11f5eea9 100644 --- a/lms/templates/instructor/instructor_dashboard_2/extensions.html +++ b/lms/templates/instructor/instructor_dashboard_2/extensions.html @@ -23,11 +23,12 @@ %endfor

+ <% format_string="MM/DD/YYYY HH:MM" %>

- ${_("Specify the extension due date and time " - "(in UTC; please specify MM/DD/YYYY HH:MM)")} - + ## Translators: "format_string" is the string MM/DD/YYYY HH:MM, as that is the format the system requires. + ${_("Specify the extension due date and time (in UTC; please specify {format_string}).").format(format_string=format_string)}

+

@@ -61,7 +62,7 @@ data-endpoint="${section_data['show_unit_extensions_url']}">

- ${_("Specify a specific student to see all of that student's extensions.")} + ${_("Specify a student to see all of that student's extensions.")}

${_("Specify the {platform_name} email address or username of a student " diff --git a/lms/templates/sysadmin_dashboard.html b/lms/templates/sysadmin_dashboard.html index 35eefea6f3..b12733a924 100644 --- a/lms/templates/sysadmin_dashboard.html +++ b/lms/templates/sysadmin_dashboard.html @@ -56,6 +56,7 @@ textarea { ${_('Users')} ${_('Courses')} ${_('Staffing and Enrollment')} + ## Translators: refers to http://git-scm.com/docs/git-log ${_('Git Logs')}


@@ -127,14 +128,14 @@ textarea {
  • @@ -142,12 +143,14 @@ textarea {
  • + ## Translators: Github is a popular website for hosting code