From 609f642059774ab2713787fbfe926770468747a3 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Wed, 31 Dec 2014 09:27:52 -0500 Subject: [PATCH] Placeholder text should be translated --- cms/templates/register.html | 9 ++++++--- cms/templates/settings.html | 6 ++++-- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/cms/templates/register.html b/cms/templates/register.html index 404aae3b73..4c527a03bf 100644 --- a/cms/templates/register.html +++ b/cms/templates/register.html @@ -28,17 +28,20 @@
  1. - + ## Translators: This is the placeholder text for a field that requests an email address. +
  2. - + ## Translators: This is the placeholder text for a field that requests the user's full name. +
  3. - + ## Translators: This is the placeholder text for a field that asks the user to pick a username + ${_("This will be used in public discussions with your courses and in our edX101 support forums")}
  4. diff --git a/cms/templates/settings.html b/cms/templates/settings.html index 590d6d3e2c..f8b05c13e4 100644 --- a/cms/templates/settings.html +++ b/cms/templates/settings.html @@ -263,7 +263,8 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';
    - + ## Translators: This is the placeholder text for a field that requests the URL for a course image + ${_("Please provide a valid path and name to your course image (Note: only JPEG or PNG format supported)")}
    @@ -283,7 +284,8 @@ CMS.URL.UPLOAD_ASSET = '${upload_asset_url}';
    - + ## Translators: This is the placeholder text for a field that requests a YouTube video ID for a course video + ${_("Enter your YouTube video's ID (along with any restriction parameters)")}