Commit 28f54f4e by Dennis Jen

Merge pull request #140 from edx/dsjen/geo-summary-copy

Updated geo summary copy (change use of prevalent).
parents 20d1b7b5 67ab19e3
...@@ -56,15 +56,15 @@ Individual course-centric enrollment geography view. ...@@ -56,15 +56,15 @@ Individual course-centric enrollment geography view.
<div class="col-xs-12 col-sm-3" data-stat-type="top-country-{{ forloop.counter }}"> <div class="col-xs-12 col-sm-3" data-stat-type="top-country-{{ forloop.counter }}">
{% if forloop.first %} {% if forloop.first %}
{# Translators: This string represents the country with the greatest number of enrolled students. #} {# Translators: This string represents the country with the greatest number of enrolled students. #}
{% trans "Most Prevalent Country" as label %} {% trans "Top Country by Enrollment" as label %}
{% trans "Country with the largest number of students." as tooltip %} {% trans "Country with the largest number of students." as tooltip %}
{% elif forloop.counter == 2 %} {% elif forloop.counter == 2 %}
{# Translators: This string represents the country with the second-greatest number of enrolled students. #} {# Translators: This string represents the country with the second-greatest number of enrolled students. #}
{% trans "2nd Most Prevalent Country" as label %} {% trans "Second Country by Enrollment" as label %}
{% trans "Country with the second largest number of students." as tooltip %} {% trans "Country with the second largest number of students." as tooltip %}
{% elif forloop.counter == 3 %} {% elif forloop.counter == 3 %}
{# Translators: This string represents the country with the third-greatest number of enrolled students. #} {# Translators: This string represents the country with the third-greatest number of enrolled students. #}
{% trans "3rd Most Prevalent Country" as label %} {% trans "Third Country by Enrollment" as label %}
{% trans "Country with the third largest number of students." as tooltip %} {% trans "Country with the third largest number of students." as tooltip %}
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment