diff --git a/cms/templates/howitworks.html b/cms/templates/howitworks.html index f405976040..b01b90fdd1 100644 --- a/cms/templates/howitworks.html +++ b/cms/templates/howitworks.html @@ -1,4 +1,5 @@ <%inherit file="base.html" /> +<%def name="online_help_token()"><% return "welcome" %> <%namespace name='static' file='static_content.html'/> <%! from django.core.urlresolvers import reverse @@ -15,7 +16,7 @@
## "edX Studio" should not be translated

${_('Welcome to')}

-

${_("Studio helps manage your courses online, so you can focus on teaching them")}

+

${_("Studio helps manage your online courses, so you can focus on teaching them")}

@@ -50,7 +51,7 @@
  • ${_("Change Your Mind Anytime")}

    -

    ${_("Draft your outline and build content anywhere. Simple drag and drop tools let your reorganize quickly.")}

    +

    ${_("Draft your outline and build content anywhere. Simple drag and drop tools let you reorganize quickly.")}

  • @@ -74,12 +75,12 @@

    ${_("Learning is More than Just Lectures")}

    -

    ${_("Studio lets you weave your content together in a way that reinforces learning — short video lectures interleaved with exercises and more. Insert videos and author a wide variety of exercise types with just a few clicks.")}

    +

    ${_("Studio lets you weave your content together in a way that reinforces learning. Insert videos, discussions, and a wide variety of exercises with just a few clicks.")}

    @@ -113,7 +114,7 @@