mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-23 06:22:24 +01:00
Fix typos in text
This commit is contained in:
parent
0fd3ed8f6b
commit
d1f5585fda
@ -6,7 +6,7 @@ Licenses
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
<a href="{{ url_for('createedit_license_page') }}">New Tag</a>
|
||||
<a href="{{ url_for('createedit_license_page') }}">New License</a>
|
||||
</p>
|
||||
<ul>
|
||||
{% for l in licenses %}
|
||||
|
@ -6,7 +6,7 @@ Minetest Versions
|
||||
|
||||
{% block content %}
|
||||
<p>
|
||||
<a href="{{ url_for('createedit_version_page') }}">New Tag</a>
|
||||
<a href="{{ url_for('createedit_version_page') }}">New Version</a>
|
||||
</p>
|
||||
<ul>
|
||||
{% for v in versions %}
|
||||
|
@ -31,8 +31,9 @@
|
||||
<p>
|
||||
Note: Min and max versions will be used to hide the package on
|
||||
platforms not within the range.
|
||||
You cannot selected the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.
|
||||
You cannot select the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.<br />
|
||||
Leave both as None if in doubt.
|
||||
</p>
|
||||
|
||||
{{ render_submit_field(form.submit) }}
|
||||
|
@ -52,8 +52,9 @@
|
||||
<p>
|
||||
Note: Min and max versions will be used to hide the package on
|
||||
platforms not within the range.
|
||||
You cannot selected the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.
|
||||
You cannot select the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.<br />
|
||||
Leave both as None if in doubt.
|
||||
</p>
|
||||
|
||||
{{ render_submit_field(form.submit) }}
|
||||
|
@ -31,8 +31,9 @@
|
||||
<p>
|
||||
Note: Min and max versions will be used to hide the package on
|
||||
platforms not within the range.
|
||||
You cannot selected the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.
|
||||
You cannot select the oldest version for min or the newest version
|
||||
for max as this does not make sense - you can't predict the future.<br />
|
||||
Leave both as None if in doubt.
|
||||
</p>
|
||||
|
||||
{{ render_submit_field(form.submit) }}
|
||||
|
Loading…
Reference in New Issue
Block a user