From f874c052ff90159005abe98004381f64ccb7f2cb Mon Sep 17 00:00:00 2001 From: Matjaz Gregoric Date: Wed, 31 Dec 2014 16:26:35 +0100 Subject: [PATCH] Add aria-describedby attributes to new course/library form. --- cms/templates/index.html | 42 ++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 6f56978b6f..2b29e56bcf 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -62,33 +62,33 @@
  • ## Translators: This is an example name for a new course, seen when filling out the form to create a new course. - - ${_("The public display name for your course. This cannot be changed, but you can set a different display name in Advanced Settings later.")} - + + ${_("The public display name for your course. This cannot be changed, but you can set a different display name in Advanced Settings later.")} +
  • ## Translators: This is an example for the name of the organization sponsoring a course, seen when filling out the form to create a new course. The organization name cannot contain spaces. ## Translators: "e.g. UniversityX or OrganizationX" is a placeholder displayed when user put no data into this field. - - ${_("The name of the organization sponsoring the course.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed.")} ${_("This cannot be changed, but you can set a different display name in Advanced Settings later.")} - + + ${_("The name of the organization sponsoring the course.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed.")} ${_("This cannot be changed, but you can set a different display name in Advanced Settings later.")} +
  • ## Translators: This is an example for the number used to identify a course, seen when filling out the form to create a new course. The number here is short for "Computer Science 101". It can contain letters but cannot contain spaces. - - ${_("The unique number that identifies your course within your organization.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")} - + + ${_("The unique number that identifies your course within your organization.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")} +
  • ## Translators: This is an example for the "run" used to identify different instances of a course, seen when filling out the form to create a new course. - - ${_("The term in which your course will run.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")} - + + ${_("The term in which your course will run.")} ${_("Note: This is part of your course URL, so no spaces or special characters are allowed and it cannot be changed.")} +
  • @@ -122,22 +122,22 @@
  • ## Translators: This is an example name for a new content library, seen when filling out the form to create a new library. (A library is a collection of content or problems.) - - ${_("The public display name for your library.")} - + + ${_("The public display name for your library.")} +
  • - - ${_("The public organization name for your library.")} ${_("This cannot be changed.")} - + + ${_("The public organization name for your library.")} ${_("This cannot be changed.")} +
  • - - ${_("The {em_start}major version number{em_end} of your library. Minor revisions are tracked as edits happen within a library.").format(em_start='', em_end='')} - + + ${_("The {em_start}major version number{em_end} of your library. Minor revisions are tracked as edits happen within a library.").format(em_start='', em_end='')} +