diff --git a/templates/accounts/manage_sounds.html b/templates/accounts/manage_sounds.html index 06b903c29..2d98a01a8 100644 --- a/templates/accounts/manage_sounds.html +++ b/templates/accounts/manage_sounds.html @@ -122,7 +122,7 @@
Bulk description processes
{% else %}
Describing sounds is disabled... 😟
-

We're deeply sorry but describing sounds is temporarily disabled. We'll enable it again as soon as possible.

+

We're deeply sorry: describing sounds is temporarily disabled. We'll enable it again as soon as possible.

{% endif %} {% endif %} @@ -172,4 +172,4 @@
Describing sounds is disabled... 😟
{% block extrabody %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/accounts/upload.html b/templates/accounts/upload.html index caab774df..9b509100d 100644 --- a/templates/accounts/upload.html +++ b/templates/accounts/upload.html @@ -33,7 +33,7 @@
Moderation
Formats
-

We prefer {% for ext in lossless_file_extensions %}{{ ext }}{% if not forloop.last %}{% ifequal forloop.revcounter 2 %} and {% else %}, {% endifequal %}{% else %}{% endif %}{% endfor %}, but we support {% for ext in lossy_file_extensions %}{{ ext }}{% if not forloop.last %}{% ifequal forloop.revcounter 2 %} and {% else %}, {% endifequal %}{% else %}{% endif %}{% endfor %} too. For very large files please use some compressed format.

+

We prefer {% for ext in lossless_file_extensions %}{{ ext }}{% if not forloop.last %}{% ifequal forloop.revcounter 2 %} and {% else %}, {% endifequal %}{% else %}{% endif %}{% endfor %}, but we support {% for ext in lossy_file_extensions %}{{ ext }}{% if not forloop.last %}{% ifequal forloop.revcounter 2 %} and {% else %}, {% endifequal %}{% else %}{% endif %}{% endfor %} too. For very large files, please use some compressed format.

@@ -74,7 +74,7 @@

Drag files here...

- Once sounds are uploaded, you'll have to describe them before they can show up in the web site. + Once sounds are uploaded, you'll have to describe them before they can show up in the website.
Describe sounds @@ -84,7 +84,7 @@

Drag files here...

{% else %}
Uploads disabled... 😟
-

We're deeply sorry but uploading and describing sounds is temporarily disabled. +

We're deeply sorry: uploading and describing sounds is temporarily disabled. We'll enable it again as soon as possible.

{% endif %} @@ -94,4 +94,4 @@
Uploads disabled... 😟
{% block extrabody %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/api/monitor_api_credential.html b/templates/api/monitor_api_credential.html index 5a3d256fa..069e4587a 100644 --- a/templates/api/monitor_api_credential.html +++ b/templates/api/monitor_api_credential.html @@ -15,9 +15,9 @@
Number of daily API requests for credentials "{{ client. {% endfor %} -
Acummulated number of requests in selected range: {{ total_in_range }} -
Acummulated number of requests above 5000 limit in selected range: {{ total_in_range_above_5000 }} -
Acummulated number of requests above 5000 limit in the previous year ({{ last_year }}): {{ total_previous_year_above_5000 }} +
Accumulated number of requests in selected range: {{ total_in_range }} +
Accumulated number of requests above 5000 limit in selected range: {{ total_in_range_above_5000 }} +
Accumulated number of requests above 5000 limit in the previous year ({{ last_year }}): {{ total_previous_year_above_5000 }}

diff --git a/templates/donations/donate.html b/templates/donations/donate.html index 61de6f6ba..60ddd1d8e 100644 --- a/templates/donations/donate.html +++ b/templates/donations/donate.html @@ -14,7 +14,7 @@

Why should I donate to Freesound?

Freesound was started in 2005 at the Music Technology Group and it has always been developed and maintained here. - We need your donations in order to be able dedicate more resources to Freesound and not only + We need your donations in order to be able to dedicate more resources to Freesound and not only maintain it but also make it better: add new features, improve existing ones, etc.
diff --git a/templates/molecules/geotag_form_field.html b/templates/molecules/geotag_form_field.html index ed740975e..700ce538c 100644 --- a/templates/molecules/geotag_form_field.html +++ b/templates/molecules/geotag_form_field.html @@ -3,7 +3,7 @@
-
\ No newline at end of file +
diff --git a/templates/sounds/edit_and_describe.html b/templates/sounds/edit_and_describe.html index 0c9d1615b..a3aa6b887 100644 --- a/templates/sounds/edit_and_describe.html +++ b/templates/sounds/edit_and_describe.html @@ -46,7 +46,7 @@

{% if describing %}{{ form.audio_filename }}{% else %}{{ form.name.value }}{ {% if sound_data %} {% display_sound_big_no_sound_object sound_data %} {% else %} -
Sound player not currently available
+
Sound player currently not available
{% endif %} {% endwith %} {% endif %} @@ -145,4 +145,4 @@

Sounds to {% if describing %}describe{% else % {% block extrabody %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/sounds/pack_edit.html b/templates/sounds/pack_edit.html index 3f87de523..19d698c1d 100644 --- a/templates/sounds/pack_edit.html +++ b/templates/sounds/pack_edit.html @@ -9,7 +9,7 @@ {% block page-content %}
-

You can specify a name for the pack, a description, and the sounds that are part of the pack. You can only add sounds uploaded by you. Also, take into account that sounds can only belong to one pack. If adding sounds that already belog to other packs, these will be removed from the previous packs. +

You can specify a name for the pack, a description, and the sounds that are part of the pack. You can only add sounds uploaded by you. Also, take into account that sounds can only belong to one pack. If you are adding sounds that already belong to other packs, these will be removed from the previous packs.

@@ -45,4 +45,4 @@

{{ pack.name }}

{% block extrabody %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/sounds/sound.html b/templates/sounds/sound.html index f19dfbd12..c0af6107d 100644 --- a/templates/sounds/sound.html +++ b/templates/sounds/sound.html @@ -127,7 +127,7 @@

- + {% bw_icon 'flag' %} Sound illegal or offensive? Flag it! @@ -350,4 +350,4 @@

Comments
{% block extrabody %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/tickets/__init__.py b/tickets/__init__.py index 45b723009..8aaf6068d 100644 --- a/tickets/__init__.py +++ b/tickets/__init__.py @@ -19,7 +19,7 @@ "Thanks!"), ('Music', "Hey there. Thanks for contributing to Freesound.\n" "Unfortunately, you've uploaded some music which doesn't fit with the content we allow onto the site. " - "We do however genrally allow music samples that are under 1 minute long, not songs.\n" + "We do however generally allow music samples that are under 1 minute long, not songs.\n" "\n" "Some recommended sites for sharing produced music/songs: " "Soundcloud, Bandcamp, CCMixter and The Free Music Archive\n" @@ -107,4 +107,4 @@ "do feel free to re-upload the sound or get in touch with us.\n" "\n" "Thanks for understanding!") -] \ No newline at end of file +]