From f90e336b182d0dda725c99aee14860f4fcaadec0 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 16 Oct 2013 15:52:05 -0400 Subject: [PATCH 1/2] updated grading help text on weight of total grade to be more clear that it should be an integer without the percent sign --- .../js/course_grade_policy.underscore | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/cms/templates/js/course_grade_policy.underscore b/cms/templates/js/course_grade_policy.underscore index db129614f616..a115637de40a 100644 --- a/cms/templates/js/course_grade_policy.underscore +++ b/cms/templates/js/course_grade_policy.underscore @@ -1,36 +1,36 @@
  • - - e.g. Homework, Midterm Exams + + e.g. Homework, Midterm Exams
    - + e.g. HW, Midterm
    - +
    - - e.g. 25% + + as a percent, e.g. 40
    - +
    - + total exercises assigned
    - +
    total exercises that won't be graded
    - + From ff52afbd791ad2e20b6b7fb9ad1b6d472ba4fb84 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Wed, 16 Oct 2013 16:26:09 -0400 Subject: [PATCH 2/2] i18n the tip text on studio grading page, and adding a missing space on the 'New Assignment' button --- .../js/course_grade_policy.underscore | 24 +++++++++---------- cms/templates/settings_graders.html | 2 +- 2 files changed, 12 insertions(+), 14 deletions(-) diff --git a/cms/templates/js/course_grade_policy.underscore b/cms/templates/js/course_grade_policy.underscore index a115637de40a..e7d3098ffd05 100644 --- a/cms/templates/js/course_grade_policy.underscore +++ b/cms/templates/js/course_grade_policy.underscore @@ -1,37 +1,35 @@
  • - + - e.g. Homework, Midterm Exams + <%= gettext("e.g. Homework, Midterm Exams") %>
    - + - e.g. HW, Midterm + <%= gettext("e.g. HW, Midterm") %>
    - + - as a percent, e.g. 40 + <%= gettext("as a percent, e.g. 40") %>
    - + - total exercises assigned + <%= gettext("total exercises assigned") %>
    - + - total exercises that won't be graded + <%= gettext("total exercises that won't be graded") %>
  • diff --git a/cms/templates/settings_graders.html b/cms/templates/settings_graders.html index de2224119651..b14e3f71a437 100644 --- a/cms/templates/settings_graders.html +++ b/cms/templates/settings_graders.html @@ -115,7 +115,7 @@

    ${_("Assignment Types")}

    - ${_("New Assignment Type")} + ${_("New Assignment Type")}