mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +01:00
Fix typos in game support text
This commit is contained in:
parent
0d4164c5b1
commit
461d45b411
@ -29,7 +29,7 @@ You can still use unsupported_games to mark games as unsupported.
|
||||
You can also specify games that you've tested in supported_games.
|
||||
|
||||
# Should work with all games but I've only tested using Minetest Game:
|
||||
supported_games = *, minetest_games
|
||||
supported_games = *, minetest_game
|
||||
|
||||
# But doesn't work in capturetheflag
|
||||
unsupported_game = capturetheflag
|
||||
|
@ -65,7 +65,7 @@
|
||||
|
||||
<h2>Bulk support all games</h2>
|
||||
<p>
|
||||
{{ _("Click the button below to confirm that all games without listed supported_games (red text above) do support all games, except for any games listed in unsupported_games.") }}
|
||||
{{ _("Click the button below to confirm that all packages without listed supported_games (red text above) do support all games, except for any games listed in unsupported_games.") }}
|
||||
</p>
|
||||
<form method="post" action="{{ url_for('todo.confirm_supports_all_games', username=user.username) }}">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
|
Loading…
Reference in New Issue
Block a user