mirror of
https://github.com/minetest/contentdb.git
synced 2024-12-22 22:12:24 +01:00
Improve game support messages
This commit is contained in:
parent
324d7ec1e1
commit
f3d21b79ab
@ -63,9 +63,11 @@
|
||||
</div>
|
||||
</a>
|
||||
{% else %}
|
||||
<div class="list-group-item text-muted">
|
||||
{{ _("No specific game is required") }}
|
||||
</div>
|
||||
{% if not package.supports_all_games %}
|
||||
<div class="list-group-item text-danger">
|
||||
{{ _("Unknown. Please either add supported games or check 'Supports all games'") }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</div>
|
||||
|
||||
|
@ -461,7 +461,7 @@
|
||||
|
||||
{% if package.supports_all_games %}
|
||||
<p>
|
||||
{{ _("Should support most games.") }}
|
||||
{{ _("No specific game required") }}
|
||||
{% if supported_games %}
|
||||
<br>
|
||||
{{ _("Tested with:") }}
|
||||
|
Loading…
Reference in New Issue
Block a user