Fix typos in game support text
This commit is contained in:
@@ -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() }}" />
|
||||
|
||||
Reference in New Issue
Block a user