From 9d788275bade1889d88d95cfae77e6675a51aca0 Mon Sep 17 00:00:00 2001 From: Frances Botsford Date: Mon, 29 Jul 2013 14:04:10 -0400 Subject: [PATCH] I18N and tip text adjustment on studio course creation --- cms/templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cms/templates/index.html b/cms/templates/index.html index 5cecabe2b2..619824ede6 100644 --- a/cms/templates/index.html +++ b/cms/templates/index.html @@ -43,7 +43,7 @@
@@ -56,24 +56,24 @@
  • - ${_("The public display name for your course")} + ${_("The public display name for your course.")}
  • - ${_("The name of the organization sponsoring the course")} - ${_("Note: No spaces or special characters are allowed. Also, this cannot be changed")} + ${_("The name of the organization sponsoring the course")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed.")}
  • - ${_("The unique number that identifies your course within your organization")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed")} + ${_("The unique number that identifies your course within your organization")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed.")}
  • - ${_("The term in which your course will run")} - ${_("Note: No spaces or special characters are allowed. Also, this cannot be changed")} + ${_("The term in which your course will run")} - ${_("Note: No spaces or special characters are allowed. This cannot be changed.")}