diff --git a/conf/locale/eo/LC_MESSAGES/django.mo b/conf/locale/eo/LC_MESSAGES/django.mo index 5134693cea..546fca37da 100644 Binary files a/conf/locale/eo/LC_MESSAGES/django.mo and b/conf/locale/eo/LC_MESSAGES/django.mo differ diff --git a/conf/locale/eo/LC_MESSAGES/django.po b/conf/locale/eo/LC_MESSAGES/django.po index 5c7d465358..1558b6aff3 100644 --- a/conf/locale/eo/LC_MESSAGES/django.po +++ b/conf/locale/eo/LC_MESSAGES/django.po @@ -37,8 +37,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1a\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-02-26 16:15-0500\n" -"PO-Revision-Date: 2014-02-26 21:15:47.512922\n" +"POT-Creation-Date: 2014-02-27 08:57-0500\n" +"PO-Revision-Date: 2014-02-27 13:57:20.220825\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" @@ -4456,6 +4456,16 @@ msgstr "Mäké ä süggéstïön Ⱡ'σ#" msgid "Ask a question" msgstr "Àsk ä qüéstïön Ⱡ'#" +#: lms/templates/help_modal.html +msgid "" +"Please note: The {platform_name} support team is English speaking. While we " +"will do our best to address your inquiry in any language, our responses will" +" be in English." +msgstr "" +"Pléäsé nöté: Thé {platform_name} süppört téäm ïs Énglïsh spéäkïng. Whïlé wé " +"wïll dö öür ßést tö äddréss ýöür ïnqüïrý ïn äný längüägé, öür réspönsés wïll" +" ßé ïn Énglïsh. Ⱡ'σяєм ιρѕυм ∂σłσя ѕιт αмєт, ¢σηѕє¢тєтυя α∂ιριѕι¢#" + #: lms/templates/help_modal.html #: lms/templates/open_ended_problems/open_ended_flagged_problems.html msgid "Name" diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.mo b/conf/locale/eo/LC_MESSAGES/djangojs.mo index 70589fb607..1d3cb49f1f 100644 Binary files a/conf/locale/eo/LC_MESSAGES/djangojs.mo and b/conf/locale/eo/LC_MESSAGES/djangojs.mo differ diff --git a/conf/locale/eo/LC_MESSAGES/djangojs.po b/conf/locale/eo/LC_MESSAGES/djangojs.po index dccef585f8..1bbdc7d737 100644 --- a/conf/locale/eo/LC_MESSAGES/djangojs.po +++ b/conf/locale/eo/LC_MESSAGES/djangojs.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: 0.1a\n" "Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" -"POT-Creation-Date: 2014-02-26 16:14-0500\n" -"PO-Revision-Date: 2014-02-26 21:15:47.937196\n" +"POT-Creation-Date: 2014-02-27 08:56-0500\n" +"PO-Revision-Date: 2014-02-27 13:57:20.650962\n" "Last-Translator: \n" "Language-Team: openedx-translation \n" "MIME-Version: 1.0\n" diff --git a/lms/static/sass/shared/_modal.scss b/lms/static/sass/shared/_modal.scss index b8a02d686d..88a9c3121e 100644 --- a/lms/static/sass/shared/_modal.scss +++ b/lms/static/sass/shared/_modal.scss @@ -304,7 +304,12 @@ padding-left: 0; } - + .note { + @include font-size(12); + @include line-height(12); + margin-top: ($baseline/2); + color: $lighter-base-font-color; + } } .discussion-alert-wrapper button { diff --git a/lms/templates/help_modal.html b/lms/templates/help_modal.html index ad55e67a78..675633af5b 100644 --- a/lms/templates/help_modal.html +++ b/lms/templates/help_modal.html @@ -6,6 +6,7 @@ <%! from django.conf import settings %> <%! from courseware.tabs import get_discussion_link %> <%! from microsite_configuration.middleware import MicrositeConfiguration %> +<%! platform_name = MicrositeConfiguration.get_microsite_configuration_value("platform_name", settings.PLATFORM_NAME) %> % if settings.FEATURES.get('ENABLE_FEEDBACK_SUBMISSION', False): @@ -13,7 +14,7 @@ ${_("Help")} -