Merge pull request #29 from Noshyaar/b

Download page: missing 'or'
This commit is contained in:
Rémi Verschelde
2018-01-30 03:10:40 +01:00
committed by GitHub

2
themes/godotengine/layouts/download.htm Executable file → Normal file
View File

@@ -197,7 +197,7 @@ description = "Download layout"
<div class="text-center base-padding">
<img class="flex-center" src="{{ 'assets/download/dl_icon_github.png' | theme }}">
<p>Godot development is <strong>open</strong>. This means you can fix or improve any part of the engine yourself and choose whether to contribute it back to keep it private. New features are always available to use and test, without the need of having to wait for the next major release. Compiling Godot from source is <em>very easy</em> (it has no common dependencies) and the process (for each platform) is well-documented on the wiki. To obtain the source code (and consulting the documentation), please visit the <a href="https://github.com/godotengine/godot">GitHub project page</a>.</p>
<p>Godot development is <strong>open</strong>. This means you can fix or improve any part of the engine yourself and choose whether to contribute it back or to keep it private. New features are always available to use and test, without the need of having to wait for the next major release. Compiling Godot from source is <em>very easy</em> (it has no common dependencies) and the process (for each platform) is well-documented on the wiki. To obtain the source code (and consulting the documentation), please visit the <a href="https://github.com/godotengine/godot">GitHub project page</a>.</p>
</div>