From 1a2ba1a533072a3f58b9557b8dd39b97d5be7022 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 2 May 2016 11:38:27 -0400 Subject: [PATCH] Reduce the use of 'Open edX' as a noun --- common/test/acceptance/pages/lms/index.py | 2 +- lms/static/sass/multicourse/_home.scss | 2 +- lms/templates/index.html | 2 +- lms/templates/static_templates/about.html | 2 +- lms/templates/static_templates/blog.html | 2 +- lms/templates/static_templates/contact.html | 2 +- lms/templates/static_templates/donate.html | 2 +- lms/templates/static_templates/faq.html | 4 ++-- lms/templates/static_templates/help.html | 4 ++-- lms/templates/static_templates/honor.html | 4 ++-- lms/templates/static_templates/jobs.html | 4 ++-- lms/templates/static_templates/media-kit.html | 4 ++-- lms/templates/static_templates/news.html | 4 ++-- lms/templates/static_templates/press.html | 4 ++-- lms/templates/static_templates/privacy.html | 4 ++-- lms/templates/static_templates/sitemap.xml | 2 +- lms/templates/static_templates/tos.html | 4 ++-- 17 files changed, 26 insertions(+), 26 deletions(-) diff --git a/common/test/acceptance/pages/lms/index.py b/common/test/acceptance/pages/lms/index.py index 80a5a674de..cd0ce4b9e1 100644 --- a/common/test/acceptance/pages/lms/index.py +++ b/common/test/acceptance/pages/lms/index.py @@ -29,7 +29,7 @@ class IndexPage(PageObject): Returns a browser query object representing the video modal element """ element = self.q(css=BANNER_SELECTOR) - return element.visible and element.text[0] == "Welcome to Open edX!" + return element.visible and element.text[0] == "Welcome to the Open edX platform!" @property def banner_element(self): diff --git a/lms/static/sass/multicourse/_home.scss b/lms/static/sass/multicourse/_home.scss index ef594c5d53..2b40654f00 100644 --- a/lms/static/sass/multicourse/_home.scss +++ b/lms/static/sass/multicourse/_home.scss @@ -93,7 +93,7 @@ $course-search-input-height: ($button-size); p { @extend h2; margin-bottom: 0; - text-transform: lowercase; + text-transform: none; font-style: italic; } } diff --git a/lms/templates/index.html b/lms/templates/index.html index ea3ad096ef..d34d9eae44 100644 --- a/lms/templates/index.html +++ b/lms/templates/index.html @@ -15,7 +15,7 @@ from django.core.urlresolvers import reverse ${homepage_overlay_html} % else: ## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information. -

${_("Welcome to Open edX!")}

+

${_("Welcome to the Open edX platform!")}

## Translators: 'Open edX' is a brand, please keep this untranslated. See http://openedx.org for more information.

${_("It works! This is the default homepage for this Open edX instance.")}

% endif diff --git a/lms/templates/static_templates/about.html b/lms/templates/static_templates/about.html index fb9f67cf3f..1192644eb2 100644 --- a/lms/templates/static_templates/about.html +++ b/lms/templates/static_templates/about.html @@ -7,6 +7,6 @@

${_("About")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/blog.html b/lms/templates/static_templates/blog.html index 35256fc055..77a38163f2 100644 --- a/lms/templates/static_templates/blog.html +++ b/lms/templates/static_templates/blog.html @@ -7,6 +7,6 @@

${_("Blog")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/contact.html b/lms/templates/static_templates/contact.html index 63546766aa..6cebfe2792 100644 --- a/lms/templates/static_templates/contact.html +++ b/lms/templates/static_templates/contact.html @@ -7,6 +7,6 @@

${_("Contact")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/donate.html b/lms/templates/static_templates/donate.html index 141e6b52f8..57d4b0d64c 100644 --- a/lms/templates/static_templates/donate.html +++ b/lms/templates/static_templates/donate.html @@ -7,6 +7,6 @@

${_("Donate")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/faq.html b/lms/templates/static_templates/faq.html index 77091bbeb2..e5be46d917 100644 --- a/lms/templates/static_templates/faq.html +++ b/lms/templates/static_templates/faq.html @@ -6,7 +6,7 @@
-

${_("FAQ")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("FAQ")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/help.html b/lms/templates/static_templates/help.html index 46a11109d3..2bd7ade548 100644 --- a/lms/templates/static_templates/help.html +++ b/lms/templates/static_templates/help.html @@ -6,7 +6,7 @@
-

${_("Help")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("Help")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/honor.html b/lms/templates/static_templates/honor.html index 4ddb37d76a..d1fe410c3c 100644 --- a/lms/templates/static_templates/honor.html +++ b/lms/templates/static_templates/honor.html @@ -6,7 +6,7 @@
-

${_("Honor Code")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("Honor Code")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/jobs.html b/lms/templates/static_templates/jobs.html index 0b0e6bb2ea..62a29d4a89 100644 --- a/lms/templates/static_templates/jobs.html +++ b/lms/templates/static_templates/jobs.html @@ -6,7 +6,7 @@
-

${_("Jobs")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("Jobs")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/media-kit.html b/lms/templates/static_templates/media-kit.html index e772e6b643..857da112d4 100644 --- a/lms/templates/static_templates/media-kit.html +++ b/lms/templates/static_templates/media-kit.html @@ -6,7 +6,7 @@
-

${_("Media Kit")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("Media Kit")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/news.html b/lms/templates/static_templates/news.html index b755678218..9f6231808f 100644 --- a/lms/templates/static_templates/news.html +++ b/lms/templates/static_templates/news.html @@ -7,7 +7,7 @@
-

${_("In the Press")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("In the Press")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/press.html b/lms/templates/static_templates/press.html index b755678218..9f6231808f 100644 --- a/lms/templates/static_templates/press.html +++ b/lms/templates/static_templates/press.html @@ -7,7 +7,7 @@
-

${_("In the Press")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("In the Press")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/privacy.html b/lms/templates/static_templates/privacy.html index 36943d6ea5..03df8b8d2f 100644 --- a/lms/templates/static_templates/privacy.html +++ b/lms/templates/static_templates/privacy.html @@ -7,7 +7,7 @@
-

${_("Privacy Policy")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("Privacy Policy")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}

diff --git a/lms/templates/static_templates/sitemap.xml b/lms/templates/static_templates/sitemap.xml index cb778ddf30..a181c9f0a9 100644 --- a/lms/templates/static_templates/sitemap.xml +++ b/lms/templates/static_templates/sitemap.xml @@ -1,4 +1,4 @@ -## This page is not used by edx.org but is left here for possible use by installations of Open edX. +## This page left intentionally blank. Feel free to add your own content. https://www.example.com/2016-01-01weekly1.0 diff --git a/lms/templates/static_templates/tos.html b/lms/templates/static_templates/tos.html index 87edbad6ef..d48d437fd5 100644 --- a/lms/templates/static_templates/tos.html +++ b/lms/templates/static_templates/tos.html @@ -6,7 +6,7 @@
-

${_("Terms of Service")}

-

${_("This page left intentionally blank. It is not used by edx.org but is left here for possible use by installations of Open edX.")}

+

${_("Terms of Service")}

+

${_("This page left intentionally blank. Feel free to add your own content.")}