Skip to content

Commit

Permalink
Correct the trademark notices
Browse files Browse the repository at this point in the history
* edX should be lowercase everywhere

* Studio is not a trademark

* Our trademarks are all registered trademarks
  • Loading branch information
Ned Batchelder committed May 16, 2019
1 parent 0b48665 commit 09690ce
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions cms/templates/widgets/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
<div class="footer-about-copyright">
## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p>
## Translators: 'EdX', 'edX', 'Studio', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("EdX, Open edX, Studio, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
## Translators: 'edX' and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("edX, Open edX, and the edX and Open edX logos are registered trademarks of {link_start}edX Inc.{link_end}").format(
link_start=u"<a data-rel='edx.org' href='https://www.edx.org/'>",
link_end=u"</a>"
)}
Expand Down
8 changes: 4 additions & 4 deletions lms/djangoapps/branding/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,11 @@ def _footer_copyright():
"""
return _(
# Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'.
# Translators: 'edX' and 'Open edX' are trademarks of 'edX Inc.'.
# Please do not translate any of these trademarks and company names.
u"\u00A9 {org_name}. All rights reserved except where noted. "
u"EdX, Open edX and their respective logos are trademarks "
u"or registered trademarks of edX Inc."
u"edX, Open edX and their respective logos are "
u"registered trademarks of edX Inc."
).format(org_name=configuration_helpers.get_value('PLATFORM_NAME', settings.PLATFORM_NAME))


Expand All @@ -142,7 +142,7 @@ def _footer_openedx_link():
Returns: dict
"""
# Translators: 'Open edX' is a brand, please keep this untranslated.
# Translators: 'Open edX' is a trademark, please keep this untranslated.
# See http://openedx.org for more information.
title = _("Powered by Open edX")
return {
Expand Down
4 changes: 2 additions & 2 deletions lms/djangoapps/branding/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ def test_get_footer(self):
business_url = 'https://business.edx.org/?utm_campaign=edX.org+Referral&utm_source=edX.org&utm_medium=Footer'
expected_footer = {
'copyright': '\xa9 \xe9dX. All rights reserved except where noted. '
' EdX, Open edX and their respective logos are '
'trademarks or registered trademarks of edX Inc.',
' edX, Open edX and their respective logos are '
'registered trademarks of edX Inc.',
'navigation_links': [
{'url': 'https://edx.org/about-us', 'name': 'about', 'title': 'About'},
{'url': 'https://business.edx.org', 'name': 'enterprise', 'title': '\xe9dX for Business'},
Expand Down
2 changes: 1 addition & 1 deletion lms/djangoapps/branding/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def footer(request):
"image": "http://example.com/openedx.png"
},
"logo_image": "http://example.com/static/images/logo.png",
"copyright": "EdX, Open edX and their respective logos are trademarks or registered trademarks of edX Inc."
"copyright": "edX, Open edX and their respective logos are registered trademarks of edX Inc."
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
<%!
from django.utils.translation import ugettext as _
from openedx.core.djangolib.markup import HTML, Text
%>
<div class="wrapper-footer">
Expand All @@ -21,11 +21,11 @@
<span class="copyright">&copy;
<a href="http://www.edx.org">${_("edX Inc.")}</a>
</span>
${_("All rights reserved except where noted. edX, Open edX and the edX and Open edX logos are registered trademarks or trademarks of edX Inc.")}</p>
${_("All rights reserved except where noted. edX, Open edX and the edX and Open edX logos are registered trademarks of edX Inc.")}</p>
</div>
</div>
<div class="footer-app-related">
<a class="img-link" href="http://edx.org/about"><img class="logo-img logo-openedx" src="https://edxuploads.s3.amazonaws.com/certificate_template_assets/3/edx-openedx-logo-tag.png" alt="${_('Powered by Open edX')}" /></a>
</div>
</footer>
</div>
</div>
2 changes: 1 addition & 1 deletion themes/edx.org/lms/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ <h2 class="heading">${_(u"Connect")}</h2>
<br/>
${_(

u"EdX, Open edX, and MicroMasters are registered trademarks of edX Inc. "
u"edX, Open edX, and MicroMasters are registered trademarks of edX Inc. "

)}
${u" | {icp}".format(icp=getattr(settings,'ICP_LICENSE')) if getattr(settings,'ICP_LICENSE',False) else ""}
Expand Down
4 changes: 2 additions & 2 deletions themes/red-theme/lms/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@

## Site operators: Please do not remove this paragraph! This attributes back to edX and makes your acknowledgement of edX's trademarks clear.
<p class="copyright">
## Translators: 'EdX', 'edX', and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("EdX, Open edX, and the edX and Open edX logos are registered trademarks or trademarks of {link_start}edX Inc.{link_end}").format(
## Translators: 'edX' and 'Open edX' are trademarks of 'edX Inc.'. Please do not translate any of these trademarks and company names.
${_("edX, Open edX, and the edX and Open edX logos are registered trademarks of {link_start}edX Inc.{link_end}").format(
link_start=u"<a href='https://www.edx.org/'>",
link_end=u"</a>"
)}
Expand Down

0 comments on commit 09690ce

Please sign in to comment.