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